is not current version
Last Version 2.0.2

xml-apis:xmlParserAPIs 2.0.0


GroupId

GroupId

xml-apis
ArtifactId

ArtifactId

xmlParserAPIs
Version

Version

2.0.0
Type

Type

jar

Download xmlParserAPIs 2.0.0


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