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 |
---|---|---|---|---|---|
net.sourceforge.javabits | javabits-utils | SNAPSHOT | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-9 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.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 |
---|---|---|---|---|---|
classworlds | classworlds | 1.1-alpha-2 | - | jar | |
commons-cli | commons-cli | 1.0 | - | jar | |
commons-lang | commons-lang | 1.0 | - | jar | |
commons-logging | commons-logging | 1.0 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
org.codehaus.plexus | plexus-archiver | 1.0-alpha-3 | - | jar | |
velocity | velocity | 1.4 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
velocity | velocity-dep | 1.4 | - | jar |
http://javabits.sourceforge.net/plexus
http://javabits.sourceforge.net/utils
Commons CLI provides a simple API for working with the command line arguments and options.
Unnamed - commons-logging:commons-logging:jar:1.0
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.
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
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.