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 |
|---|---|---|---|---|---|
| dom4j | dom4j | 1.6.1 | - | jar | |
| org.apache.maven | maven-model | 2.0 | - | jar | |
| org.apache.maven.shared | maven-downloader | 1.0 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-9 | - | jar | |
| org.codehaus.plexus | plexus-velocity | 1.1.2 | - | 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.apache.maven.wagon | wagon-file | 1.0-alpha-6 | - | 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-collections | commons-collections | 2.0 | - | jar | |
| commons-logging | commons-logging-api | 1.0.4 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| org.apache.maven | maven-artifact | 2.0 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-alpha-6 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.1 | - | jar | |
| plexus | plexus-utils | 1.0.2 | - | jar | |
| velocity | velocity | 1.4 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | 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 |
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
http://maven.apache.org/maven-archetype-parent/maven-archetype/maven-archetype-core
Provide a super simple interface for downloading a single artifact.
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Maven Repository Metadata Model
Maven Plugin Mapping
http://maven.apache.org/maven2/maven-repository-metadata
Tools to manage artifacts and deployment
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-artifact
Tools to manage artifacts and deployment
dom4j: the flexible XML framework for Java
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
Maven Model
http://maven.apache.org/maven2/maven-model
http://classworlds.codehaus.org/
Unnamed - commons-collections:commons-collections:jar:2.0
Unnamed - commons-logging:commons-logging-api:jar:1.0.4
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.