XML Commons Resolver Component.
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 ....
Here is the list of declaration for xml-resolver. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> </dependency>
If you think this Maven repository POM file listing for xml-resolver is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on xml-resolver-1.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | cxf-bundle 2.5.2 Apache CXF Bundle Jar | 5 |
Business | camel-core 2.13.1 The Core Camel Java DSL based router | 12 |
Web Service | openws 1.4.1 The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients. | 5 |
Data Structure | commons-configuration 1.7 Tools to assist in the reading of configuration/preferences files in various formats | 44 |
Business | camel-core 2.10.3 The Core Camel Java DSL based router | 30 |
Business | camel-core 2.10.0 The Core Camel Java DSL based router | 13 |
Business | camel-core 2.11.0 The Core Camel Java DSL based router | 13 |
XML | http-builder 0.7 A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient. | 32 |
Web Service | openws 1.4.2-1 The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients. | 11 |
XML | Saxon-HE 9.5.1-2 The XSLT and XQuery Processor | 9 |
XML | http-builder 0.6 A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient. | 21 |
Security | opensaml 2.4.1 The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML). | 6 |
Business | camel-core 2.13.2 The Core Camel Java DSL based router | 12 |
Parser | xercesImpl 2.11.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.... | 35 |
Parser | xercesImpl 2.9.1 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... | 97 |
Parser | xercesImpl 2.10.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.... | 29 |
Business | camel-core 2.11.1 The Core Camel Java DSL based router | 7 |
Business | camel-core 2.12.3 The Core Camel Java DSL based router | 15 |
Security | opensaml 2.5.1-1 The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML). | 14 |
XML | xmltooling 1.3.1 XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner. | 5 |
XML | http-builder 0.5.1 A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient. | 8 |
Parser | xercesImpl 2.9.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... | 22 |
XML | xmltooling 1.3.2-1 XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner. | 11 |
Data Structure | commons-configuration 1.8 Tools to assist in the reading of configuration/preferences files in various formats | 72 |
Data Structure | commons-configuration 1.9 Tools to assist in the reading of configuration/preferences files in various formats | 15 |
The following packages are defined in the xml-resolver-1.2.jar
org.apache.xml.resolver org.apache.xml.resolver.apps org.apache.xml.resolver.helpers org.apache.xml.resolver.readers org.apache.xml.resolver.tools
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> <version>3</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <name>XML Commons Resolver Component</name> <version>1.2</version> <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.</description> <url>http://xml.apache.org/commons/components/resolver/</url> <issueManagement> <system>bugzilla</system> <url>http://issues.apache.org/bugzilla/</url> </issueManagement> <mailingLists> <mailingList> <name>XML Commons Developer's List</name> <subscribe>commons-dev-subscribe@xml.apache.org</subscribe> <unsubscribe>commons-dev-unsubscribe@xml.apache.org</unsubscribe> <post>commons-dev@xml.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive> </mailingList> </mailingLists> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-resolver-1_2/</connection> <url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-resolver-1_2/</url> </scm> <distributionManagement> <status>deployed</status> </distributionManagement> </project>