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.2.1 | - | jar | |
| commons-io | commons-io | 1.4 | - | jar | |
| commons-lang | commons-lang | 2.4 | - | jar | |
| antlr | antlr | 2.7.7 | - | jar | (optional) |
| net.sf.morph | morph | 1.1.1 | - | 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.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-logging | commons-logging | 1.1.1 | - | jar | |
| net.sf.composite | composite | 1.1 | - | jar |
Commons Flatfile provides multiple complementary mechanisms for working with "flat file" structures in Java.
http://commons.apache.org/sandbox/flatfile/
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.
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
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://commons.apache.org/lang/
Types that extend and augment the Java Collections Framework.
http://commons.apache.org/collections/
Morph is a Java framework that eases the internal interoperability of an application. As information flows through an application, it undergoes multiple transformations. Morph provides a standard way to implement these transformations.
Composite is a Java package that provides a standard implementation of the Composite design pattern. The package is simple and unintrusive, and provides convenient implementations of common usage patterns.
http://composite.sourceforge.net
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.