x

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.
http://xml.apache.org/commons/components/external/
Files download
File Operation
xml-apis-1.3.04.jar download
xml-apis-1.3.04.pom download
xml-apis-1.3.04-sources.jar download
Apache Maven
<dependency>
  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version>1.3.04</version>
</dependency>
Gradle Groovy
implementation 'xml-apis:xml-apis:1.3.04'
Gradle Kotlin
implementation("xml-apis:xml-apis:1.3.04")
Scala SBT
libraryDependencies += "xml-apis" % "xml-apis" % "1.3.04"
Groovy Grape
@Grapes(
  @Grab(group='xml-apis', module='xml-apis', version='1.3.04')
)
Apache Ivy
<dependency org="xml-apis" name="xml-apis" rev="1.3.04" />
Leiningen
[xml-apis/xml-apis "1.3.04"]
Apache Buildr
'xml-apis:xml-apis:jar:1.3.04'