is not current version
Last Version 2.0.2

xml-apis:xml-apis 2.0.0


GroupId

GroupId

xml-apis
ArtifactId

ArtifactId

xml-apis
Version

Version

2.0.0
Type

Type

jar

Download xml-apis 2.0.0


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