is not current version
Last Version 0.0.15

com.github.t1:xml 0.0.12

modern api for xml documents

GroupId

GroupId

com.github.t1
ArtifactId

ArtifactId

xml
Version

Version

0.0.12
Type

Type

jar

Download xml 0.0.12


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