Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
provided
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 |
Type |
License |
Optional |
javax.servlet |
servlet-api |
2.5 |
jar |
- |
Yes |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
test
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 |
Type |
License |
org.hamcrest |
hamcrest-core |
1.3 |
jar |
New BSD License |
Project Dependency Graph
Dependency Tree
- org.xmlfield:xmlfield-core:jar:0.18
- com.google.code.guice:guice:jar:1.0 (compile)
- com.google.guava:guava:jar:13.0 (compile)
- joda-time:joda-time:jar:2.1 (compile)
- commons-lang:commons-lang:jar:2.6 (compile)
- commons-io:commons-io:jar:2.4 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- commons-codec:commons-codec:jar:1.8 (compile)
- xerces:xercesImpl:jar:2.11.0 (compile)
Xerces2-j |
Description: 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.
The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual.
Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page.
Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1.
Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use.
URL: https://xerces.apache.org/xerces2-j/
Project License: The Apache Software License, Version 2.0 |
- xml-apis:xml-apis:jar:1.4.01 (compile)
XML Commons External Components XML APIs |
Description: 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.
URL: http://xml.apache.org/commons/components/external/
Project License: The Apache Software License, Version 2.0The SAX LicenseThe W3C License |
- org.hamcrest:hamcrest-all:jar:1.3 (test)
- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.slf4j:slf4j-simple:jar:1.7.5 (test)
- jaxen:jaxen:jar:1.1.4 (compile)
- javax.servlet:servlet-api:jar:2.5 (provided)
servlet-api |
Description: There is currently no description associated with this project.
Project License: No license is defined for this project. |
Licenses
Unamed: jaxen
The SAX License: XML Commons External Components XML APIs
New BSD License: Hamcrest All, Hamcrest Core
Apache 2: Joda time
Unknown: servlet-api
The W3C License: XML Commons External Components XML APIs
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J Simple Binding
The Apache Software License, Version 2.0: Commons Codec, Commons IO, Commons Lang, Guava: Google Core Libraries for Java, Guice, XML Commons External Components XML APIs, Xerces2-j
Apache License Version 2.0: XMLField Core