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 |
---|---|---|---|---|---|
jaxen | jaxen | 1.1.1 | - | jar | (optional) |
msv | relaxngDatatype | 20030807 | - | jar | (optional) |
msv | xsdlib | 20030807 | - | jar | (optional) |
pull-parser | pull-parser | 2.1.10 | - | jar | (optional) |
xpp3 | xpp3 | 1.1.4c | - | 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 |
---|---|---|---|---|---|
junit | junit | 4.4 | - | jar | |
junitperf | junitperf | 1.8 | - | jar | |
xalan | xalan | 2.7.0 | - | jar | |
xerces | xercesImpl | 2.8.1 | - | 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 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 |
---|---|---|---|---|---|
xml-apis | xml-apis | 1.0.b2 | - | jar |
dom4j: the flexible XML framework for Java
Jaxen is a universal Java XPath engine.
MXP1: Xml Pull Parser 3rd Edition (XPP3)
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Unnamed - msv:relaxngDatatype:jar:20030807
Unnamed - msv:xsdlib:jar:20030807
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.
Unnamed - xalan:xalan:jar:2.7.0
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
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.