MVN

xml-apis : xml-apis

Maven & Gradle

Aug 20, 2011
1.5k usages

XML Commons External Components 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.

<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.4.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xml-apis : xml-apis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.01

All Versions

Choose a version of xml-apis : xml-apis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
xml-apis-2.0.2
xml-apis-2.0.0
1.4.x
xml-apis-1.4.01
1.3.x
xml-apis-1.3.04
xml-apis-1.3.03
xml-apis-1.3.02
1.2.x
xml-apis-1.2.01
1.0.x
xml-apis-1.0.b2

How to add a dependency to Maven

Add the following xml-apis : xml-apis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.4.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xml-apis : xml-apis gradle dependency to your build.gradle file:

implementation 'xml-apis:xml-apis:1.4.01'

Gradle Kotlin DSL: Add the following xml-apis : xml-apis gradle kotlin dependency to your build.gradle.kts file:

implementation("xml-apis:xml-apis:1.4.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following xml-apis : xml-apis sbt scala dependency to your build.sbt file:

libraryDependencies += "xml-apis" % "xml-apis" % "1.4.01"

Advertisement

Dependencies from Group

Aug 20, 2011
1.5k usages
Dec 22, 2006
70 usages
Sep 20, 2005
35 usages

Discover Dependencies

Sep 20, 2012
675 usages
Nov 26, 2022
4k usages
Jan 16, 2023
12.5k usages
2.3k stars
Jun 18, 2023
192 usages
Aug 24, 2023
793 usages
72.7k stars
Jan 31, 2006
621 usages
May 15, 2023
2k usages
7.2k stars
Mar 06, 2023
8 usages
534 stars
May 11, 2023
21 usages
91 stars