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 |
---|---|---|---|---|---|
org.apache.ant | ant-trax | 1.7.1 | - | jar |
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-dep | 4.5 | - | jar | |
org.apache.ant | ant-antunit | 1.0 | - | jar | |
org.hamcrest | hamcrest-all | 1.1 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.mockito | mockito-core | 1.7 | - | 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 |
---|---|---|---|---|---|
org.apache.ant | ant | 1.7.1 | - | jar | |
org.apache.ant | ant-launcher | 1.7.1 | - | jar |
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 |
---|---|---|---|---|---|
org.objenesis | objenesis | 1.0 | - | jar |
Cathcart ant tasks are used for checking trends in software metrics.
Unnamed - org.apache.ant:ant-trax:jar:1.7.1
contains particularly one class necessary for the execution of the xslt task
http://ant.apache.org/ant-trax
Apache Ant
Unnamed - org.apache.ant:ant-antunit:jar:1.0
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
Mock objects library for java
A library for instantiating Java objects