is not current version
Last Version 2.1

io.inbot:xmltools 2.0

Thread safe xml parsing friendly XPathHelper

GroupId

GroupId

io.inbot
ArtifactId

ArtifactId

xmltools
Version

Version

2.0
Type

Type

jar

Download xmltools 2.0


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