License |
License |
---|---|
GroupId | GroupIdxml-resolver |
ArtifactId | ArtifactIdxml-resolver |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXML 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
and users easier.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xml-resolver-1.2.pom | |
xml-resolver-1.2.jar | 82 KB |
xml-resolver-1.2-sources.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xml-resolver/xml-resolver/ -->
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xml-resolver/xml-resolver/
implementation 'xml-resolver:xml-resolver:1.2'
// https://jarcasting.com/artifacts/xml-resolver/xml-resolver/
implementation ("xml-resolver:xml-resolver:1.2")
'xml-resolver:xml-resolver:jar:1.2'
<dependency org="xml-resolver" name="xml-resolver" rev="1.2">
<artifact name="xml-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='xml-resolver', module='xml-resolver', version='1.2')
)
libraryDependencies += "xml-resolver" % "xml-resolver" % "1.2"
[xml-resolver "1.2"]