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 |
---|---|---|---|---|---|
ant | ant | 1.6.5 | - | jar | - |
commons-collections | commons-collections | 3.2 | - | jar | - |
commons-lang | commons-lang | 2.3 | - | jar | - |
crimson | crimson | 1.1.3 | - | jar | - |
dom4j | dom4j | 1.6.1 | - | jar | - |
dom4j | dom4j | 1.6.1 | - | jar | - |
jaxen | jaxen | 1.1.1 | - | jar | - |
jdom | jdom | 1.0 | - | jar | - |
org.apache.ant | ant-launcher | 1.8.1 | - | jar | - |
org.apache.velocity | velocity | 1.5 | - | jar | - |
xalan | xalan | 2.7.0 | - | jar | - |
xerces | xercesImpl | 2.6.2 | - | jar | - |
xerces | xercesImpl | 2.8.0 | - | jar | - |
xml-apis | xml-apis | 1.0.b2 | - | jar | - |
xml-apis | xml-apis | 1.3.02 | - | jar | - |
xml-apis | xml-apis | 1.3.03 | - | jar | - |
xom | xom | 1.0 | - | jar | - |
jaxen | jaxen | 1.1-beta-6 | - | 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 |
---|---|---|---|---|---|
velocity | velocity-dep | 1.4 | - | 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 | - |
xalan | xalan | 2.7.0 | - | jar | - |
xml-apis | xml-apis | 2.0.2 | - | 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 |
---|---|---|---|---|---|
ant | ant | 1.6.5 | - | jar | - |
commons-collections | commons-collections | 3.2 | - | jar | - |
commons-lang | commons-lang | 2.3 | - | jar | - |
crimson | crimson | 1.1.3 | - | jar | - |
dom4j | dom4j | 1.6.1 | - | jar | - |
dom4j | dom4j | 1.6.1 | - | jar | - |
jaxen | jaxen | 1.1.1 | - | jar | - |
jdom | jdom | 1.0 | - | jar | - |
org.apache.ant | ant-launcher | 1.8.1 | - | jar | - |
org.apache.velocity | velocity | 1.5 | - | jar | - |
xalan | xalan | 2.7.0 | - | jar | - |
xerces | xercesImpl | 2.6.2 | - | jar | - |
xerces | xercesImpl | 2.8.0 | - | jar | - |
xml-apis | xml-apis | 1.0.b2 | - | jar | - |
xml-apis | xml-apis | 1.3.02 | - | jar | - |
xml-apis | xml-apis | 1.3.03 | - | jar | - |
xom | xom | 1.0 | - | jar | - |
jaxen | jaxen | 1.1-beta-6 | - | 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 |
---|---|---|---|---|---|
velocity | velocity-dep | 1.4 | - | 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 | - |
xalan | xalan | 2.7.0 | - | jar | - |
xml-apis | xml-apis | 2.0.2 | - | 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/
Project License: The Apache Software License, Version 2.0
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/
Project License: The Apache Software License, Version 2.0
This is an empty dependency. For use in jpp mode when one or more dependencies need elimination.
Project License: No project license is defined for this project.
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/
Project License: The Apache Software License, Version 2.0
Apache Ant
Project License: No project license is defined for this project.
Unnamed - org.apache.ant:ant-launcher:jar:1.8.1
master POM
http://ant.apache.org/ant-launcher
Project License: No project license is defined for this project.
Project License: No project license is defined for this project.
Types that extend and augment the Java Collections Framework.
http://commons.apache.org/collections/
Project License: The Apache Software License, Version 2.0
Unnamed - crimson:crimson:jar:1.1.3
Project License: No project license is defined for this project.
Unnamed - jaxen:jaxen:jar:1.1.2
Project License: No project license is defined for this project.
Unnamed - jaxen:jaxen:jar:1.1.2
Project License: No project license is defined for this project.
dom4j: the flexible XML framework for Java
Project License: No project license is defined for this project.
JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.
Project License: No project license is defined for this project.
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/components/external/
Project License: The Apache Software License, Version 2.0
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Project License: No project license is defined for this project.
The XOM Dual Streaming/Tree API for Processing XML
Project License: The GNU Lesser General Public License, Version 2.1
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/components/external/
Project License: The Apache Software License, Version 2.0
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Project License: No project license is defined for this project.
Unnamed - xalan:xalan:jar:2.7.0
Project License: No project license is defined for this project.
Unnamed - xalan:xalan:jar:2.7.0
Project License: No project license is defined for this project.
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/components/external/
Project License: The Apache Software License, Version 2.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.
Project License: Common Public License Version 1.0
dom4j: the flexible XML framework for Java
Project License: No project license is defined for this project.
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/components/external/
Project License: The Apache Software License, Version 2.0
Unknown: Empty dependency, JDOM, Unnamed - crimson:crimson:jar:1.1.3, Unnamed - jaxen:jaxen:jar:1.1.2, Unnamed - jaxen:jaxen:jar:1.1.2, Unnamed - org.apache.ant:ant-launcher:jar:1.8.1, Unnamed - oro:oro:jar:2.0.8, Unnamed - xalan:xalan:jar:2.7.0, Unnamed - xalan:xalan:jar:2.7.0, Unnamed - xerces:xmlParserAPIs:jar:2.6.2, Unnamed - xerces:xmlParserAPIs:jar:2.6.2, dom4j, dom4j, org.apache.tools.ant
The GNU Lesser General Public License, Version 2.1: XOM
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Commons Collections, Commons Lang, DVSL, Velocity, XML Commons External Components XML APIs, XML Commons External Components XML APIs, XML Commons External Components XML APIs, XML Commons External Components XML APIs
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|---|---|---|---|---|---|---|
ant-1.6.5.jar | 1,516,955 | 924 | 873 | 30 | 1.4 | debug | - |
commons-collections-3.2.1.jar | 574,325 | 482 | 458 | 12 | 1.2 | debug | - |
commons-lang-2.4.jar | 261,994 | 148 | 127 | 9 | 1.2 | debug | - |
crimson-1.1.3.jar | 215,052 | 169 | 144 | 9 | 1.6 | debug | - |
dom4j-1.6.1.jar | 314,426 | 207 | 190 | 14 | 1.3 | debug | - |
dom4j-1.6.1.jar | 314,426 | 207 | 190 | 14 | 1.3 | debug | - |
jaxen-1.1.3.jar | 229,655 | 235 | 214 | 17 | 1.6 | debug | - |
jdom-1.0.jar | 152,806 | 89 | 76 | 8 | 1.2 | debug | - |
junit-4.4.jar | 151,311 | 174 | 149 | 17 | 1.6 | debug | - |
ant-launcher-1.8.1.jar | 12,310 | 12 | 5 | 1 | 1.4 | debug | - |
dvsl-1.0.jar | 31,024 | 34 | 18 | 4 | 1.5 | debug | - |
velocity-1.4.jar | 361,323 | 263 | 224 | 30 | 1.4 | debug | - |
oro-2.0.8.jar | 68,565 | 74 | 62 | 6 | 1.6 | release | - |
velocity-dep-1.4.jar | 341 | 2 | 0 | 0 | - | release | - |
xalan-1.0.1.jar | 1,789,258 | 781 | 739 | 29 | 1.6 | debug | - |
xalan-1.0.1.jar | 1,789,258 | 781 | 739 | 29 | 1.6 | debug | - |
xercesImpl-2.7.4.jar | 1,288,899 | 964 | 894 | 38 | 1.6 | release | - |
xercesImpl-2.7.4.jar | 1,288,899 | 964 | 894 | 38 | 1.6 | release | - |
xml-apis-1.3.04.jar | 198,184 | 344 | 303 | 25 | 1.6 | release | - |
xml-apis-1.3.04.jar | 198,184 | 344 | 303 | 25 | 1.6 | release | - |
xml-apis-1.3.04.jar | 198,184 | 344 | 303 | 25 | 1.6 | release | - |
xml-apis-1.3.04.jar | 198,184 | 344 | 303 | 25 | 1.6 | release | - |
xom-1.2.6.jar | 178,315 | 121 | 117 | 6 | 1.2 | release | - |
jaxen-1.1.3.jar | 229,655 | 235 | 214 | 17 | 1.6 | debug | - |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
24 total dependencies | 11,561,533 | 8,242 | 7,539 | 428 | 1.6 | 15 | 0 |