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-beanutils | commons-beanutils | 1.8.0 | - | jar | |
commons-collections | commons-collections | 3.2.1 | - | jar | |
net.sf.ezmorph | ezmorph | 1.0.6 | - | jar | |
org.codehaus.groovy | groovy-all | 1.7.5 | - | jar | (optional) |
oro | oro | 2.0.8 | - | jar | (optional) |
xom | xom | 1.1 | - | jar | (optional) |
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 |
---|---|---|---|---|---|
log4j | log4j | 1.2.14 | - | 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 |
---|---|---|---|---|---|
commons-httpclient | commons-httpclient | 3.1 | - | jar | |
xmlunit | xmlunit | 1.0 | - | 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-lang | commons-lang | 2.5 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
jaxen | jaxen | 1.1-beta-8 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
jline | jline | 0.9.94 | - | jar | |
org.apache.ant | ant | 1.7.0 | - | jar | |
org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
xalan | xalan | 2.7.0 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar | |
junit | junit | 3.8.2 | - | 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 |
---|---|---|---|---|---|
commons-codec | commons-codec | 1.2 | - | jar |
Java library for transforming beans, maps, collections, java arrays and XML to JSON.
http://json-lib.sourceforge.net
Unnamed - xmlunit:xmlunit:jar:1.0
BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
http://commons.apache.org/beanutils/
Types that extend and augment the Java Collections Framework.
http://commons.apache.org/collections/
Unnamed - xalan:xalan:jar:2.7.0
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
Jaxen is a universal Java XPath engine.
dom4j: the flexible XML framework for Java
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - xerces:xercesImpl:jar:2.6.2
Simple java library for transforming an Object to another Object.
http://ezmorph.sourceforge.net
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/
Log4j
http://logging.apache.org/log4j/docs/
Groovy: A powerful, dynamic language for the JVM
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
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 HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.