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/
The Apache Software License, Version 2.0 The SAX License The W3C License
Apache Software Foundation
Files download
File Operation
xml-apis-1.4.01.jar download
xml-apis-1.4.01.pom download
xml-apis-1.4.01-sources.jar download
Apache Maven
<dependency>
  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version>1.4.01</version>
</dependency>
Gradle Groovy
implementation 'xml-apis:xml-apis:1.4.01'
Gradle Kotlin
implementation("xml-apis:xml-apis:1.4.01")
Scala SBT
libraryDependencies += "xml-apis" % "xml-apis" % "1.4.01"
Groovy Grape
@Grapes(
  @Grab(group='xml-apis', module='xml-apis', version='1.4.01')
)
Apache Ivy
<dependency org="xml-apis" name="xml-apis" rev="1.4.01" />
Leiningen
[xml-apis/xml-apis "1.4.01"]
Apache Buildr
'xml-apis:xml-apis:jar:1.4.01'
Dependencies
The project has no third-party dependencies