is not current version
Last Version 2.0.2

xml-apis:xml-apis 1.3.02


GroupId

GroupId

xml-apis
ArtifactId

ArtifactId

xml-apis
Version

Version

1.3.02
Type

Type

jar

Download xml-apis 1.3.02


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