The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
fr.gedeon | telnetservice-core | 0.5.0 | - | jar | |
javax.xml.bind | jaxb-api | 2.1 | - | jar | |
log4j | log4j | 1.2.9 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-collections | commons-collections | 3.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.xml.stream | stax-api | 1.0-2 | - | jar | |
org.apache.velocity | velocity | 1.5 | - | jar | |
oro | oro | 2.0.8 | - | jar |
Syntaxtree extension adds commands functionality to the telnetservice-core library thus dealing with the parsing of commands that are declared through a defined API. The extension also provides a way to load a command syntax tree from an xml file.
http://telnetservice.sourceforge.net/telnetservice-syntaxtree
Java library that allows to integrate telnet to apps by taking care of the underlying telnet plumbing and delegating the business logic to the containing app through a simple API.
http://telnetservice.sourceforge.net/telnetservice-core
Apache Velocity is a general purpose template engine.
http://velocity.apache.org/engine/releases/velocity-1.5/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - log4j:log4j:jar:1.2.9
Unnamed - javax.xml.bind:jaxb-api:jar:2.1
Unnamed - javax.xml.stream:stax-api:jar:1.0-2
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).