Files download
File Operation
xml-apis-1.3.02.jar download
xml-apis-1.3.02.pom download
Apache Maven
<dependency>
  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version>1.3.02</version>
</dependency>
Gradle Groovy
implementation 'xml-apis:xml-apis:1.3.02'
Gradle Kotlin
implementation("xml-apis:xml-apis:1.3.02")
Scala SBT
libraryDependencies += "xml-apis" % "xml-apis" % "1.3.02"
Groovy Grape
@Grapes(
  @Grab(group='xml-apis', module='xml-apis', version='1.3.02')
)
Apache Ivy
<dependency org="xml-apis" name="xml-apis" rev="1.3.02" />
Leiningen
[xml-apis/xml-apis "1.3.02"]
Apache Buildr
'xml-apis:xml-apis:jar:1.3.02'
Dependencies
The project has no third-party dependencies