is not current version
Last Version 2.0.2

xml-apis:xml-apis 1.4.01

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.

GroupId

GroupId

xml-apis
ArtifactId

ArtifactId

xml-apis
Version

Version

1.4.01
Type

Type

jar

Download xml-apis 1.4.01


<!-- https://jarcasting.com/artifacts/xml-apis/xml-apis/ -->
<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.4.01</version>
</dependency>
// https://jarcasting.com/artifacts/xml-apis/xml-apis/
implementation 'xml-apis:xml-apis:1.4.01'
// https://jarcasting.com/artifacts/xml-apis/xml-apis/
implementation ("xml-apis:xml-apis:1.4.01")
'xml-apis:xml-apis:jar:1.4.01'
<dependency org="xml-apis" name="xml-apis" rev="1.4.01">
  <artifact name="xml-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='xml-apis', module='xml-apis', version='1.4.01')
)
libraryDependencies += "xml-apis" % "xml-apis" % "1.4.01"
[xml-apis "1.4.01"]