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-linehistory | 0.2.0 | - | jar | |
fr.gedeon | telnetservice-syntaxtree-autocomplete | 0.2.0 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.felix | org.apache.felix.shell | 1.0.0 | - | jar | |
org.apache.felix | org.osgi.compendium | 1.0.1 | - | 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 | |
fr.gedeon | telnetservice-core | 0.5.0 | - | jar | |
fr.gedeon | telnetservice-syntaxtree | 0.4.0 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.xml.bind | jaxb-api | 2.1 | - | jar | |
javax.xml.stream | stax-api | 1.0-2 | - | jar | |
log4j | log4j | 1.2.9 | - | jar | |
org.apache.velocity | velocity | 1.5 | - | jar | |
oro | oro | 2.0.8 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.felix | javax.servlet | 1.0.0 | - | jar | |
org.apache.felix | org.osgi.core | 1.0.0 | - | jar | |
org.apache.felix | org.osgi.foundation | 1.0.0 | - | jar |
http://telnetservice.sourceforge.net/telnetservice-osgiconsole
OSGi Service Platform Release 4 Compendium Interfaces and Classes.
http://felix.apache.org/org.osgi.compendium
Servlet 2.1 API
http://felix.apache.org/javax.servlet
Apache felix is an OSGi implementation.
http://felix.apache.org/org.osgi.foundation
A simple OSGi command shell service.
http://felix.apache.org/org.apache.felix.shell
OSGi Service Platform Release 4 Core Interfaces and Classes.
http://felix.apache.org/org.osgi.core
telnetservice-syntaxtree-autocomplete
The Syntaxtree Autocomplete extension adds autocomplete functionality to a Syntax Tree functionality endowed application.
http://telnetservice.sourceforge.net/telnetservice-syntaxtree-autocomplete
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
Line-history extension adds to the telnetservice-core library the functionality to keep previously entered command lines and navigation through them with the up/down arrows.
http://telnetservice.sourceforge.net/telnetservice-linehistory
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.