is not current version
Last Version 1.1.2

io.github.jmcleodfoss:xml 1.1.0

A library for simplistic XML processing.

GroupId

GroupId

io.github.jmcleodfoss
ArtifactId

ArtifactId

xml
Version

Version

1.1.0
Type

Type

jar

Download xml 1.1.0


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