is not current version
Last Version 2.0.2

xml-apis:xml-apis 1.3.03


GroupId

GroupId

xml-apis
ArtifactId

ArtifactId

xml-apis
Version

Version

1.3.03
Type

Type

jar

Download xml-apis 1.3.03


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