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.0 | - | jar | |
org.apache.ant | ant-nodeps | 1.7.0 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
org.apache.maven | maven-project | 2.0 | - | jar | |
org.codehaus.plexus | plexus-resources | 1.0-alpha-4 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.5.5 | - | jar | |
org.slf4j | jcl104-over-slf4j | 1.4.2 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.2 | - | jar | |
xalan | xalan | 2.3.1 | - | jar | |
xerces | xercesImpl | 2.0.1 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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 | 4.4 | - | jar |
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
com.sun | tools | 1.5 | - | 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 | |
log4j | log4j | 1.2.13 | - | jar | |
org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
org.apache.maven | maven-artifact | 2.0 | - | jar | |
org.apache.maven | maven-artifact-manager | 2.0 | - | jar | |
org.apache.maven | maven-model | 2.0 | - | jar | |
org.apache.maven | maven-profile | 2.0 | - | jar | |
org.apache.maven | maven-repository-metadata | 2.0 | - | jar | |
org.apache.maven.wagon | wagon-provider-api | 1.0-alpha-5 | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-8 | - | jar | |
org.slf4j | slf4j-api | 1.4.2 | - | jar |
Maven Plugins for Java UI Builder
http://uibuilder.sf.net/uibuilder-maven-plugin
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-plugin-api
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven2/maven-project
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-profile
Maven Model
http://maven.apache.org/maven2/maven-model
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
http://plexus.codehaus.org/plexus-utils
Unnamed - org.apache.ant:ant-nodeps:jar:1.7.0
contains all the optional tasks and types which do not have particular dependencies
http://ant.apache.org/ant-nodeps
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
c:\tools\jdk1.5.0_11\jre\..\lib\tools.jar
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 - xerces:xerces:jar:2.0.1
Unnamed - xalan:xalan:jar:2.3.1
JCL implementation over SLF4J
The slf4j log4j-12 binding
The slf4j API
Log4j
http://logging.apache.org/log4j/docs/
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.