is not current version
Last Version 2.1

io.inbot:xmltools 1.3

A collection of xml related tools that I have put together over the past few years. They've served me well in picking apart xml documents without too much boilerplate.

GroupId

GroupId

io.inbot
ArtifactId

ArtifactId

xmltools
Version

Version

1.3
Type

Type

jar

Download xmltools 1.3


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