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-beanutils | commons-beanutils | 1.7.0 | - | jar | |
| commons-digester | commons-digester | 1.5 | - | jar | |
| commons-lang | commons-lang | 2.0 | - | jar | |
| jcrontab | jcrontab | 1.4.1 | - | jar | (optional) |
| jetty | jetty | 4.1-rc1 | - | jar | (optional) |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.2 | - | 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 | 2.1 | - | jar | |
| commons-logging | commons-logging | 1.1.1 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | jar |
Jetrix is a new generation TetriNET server written in Java and designed for maximum scalability, extensibility and ease of use. It features a web based administration console and a simple API to let developers add custom commands or change the channels' behavior with little knowledge of the server's inner functioning. The ambitious goal of this project is to create the ideal plateform for server side TetriNET programmers. Jetrix is open source and developped under the GNU General Public License.
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.
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
Commons Collections
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Unnamed - jetty:jetty:jar:4.1-rc1
Unnamed - jcrontab:jcrontab:jar:1.4.1
POM was created from install:install-file
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.