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 |
---|---|---|---|---|---|
crimson | crimson | 1.1.3 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
jaxen | jaxen | 1.1.1 | - | jar | |
org.apache.velocity | velocity | 1.5 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 4.3.1 | - | jar | |
oro | oro | 2.0.8 | - | 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 |
---|---|---|---|---|---|
com.ibm.icu | icu4j | 2.6.1 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar | |
xom | xom | 1.0 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
xalan | xalan | 2.7.0 | - | jar |
DVSL (Declarative Velocity Style Language) is an XML transformation tool that uses Xpath and VTL
http://velocity.apache.org/dvsl/releases/dvsl-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.
Apache Velocity is a general purpose template engine.
http://velocity.apache.org/engine/releases/velocity-1.5/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
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://jakarta.apache.org/commons/lang/
Jaxen is a universal Java XPath engine.
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:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - xalan:xalan:jar:2.7.0
Unnamed - com.ibm.icu:icu4j:jar:2.6.1
dom4j: the flexible XML framework for Java