is not current version
Last Version 2.4

com.google.code.xmltool:xmltool 1.4

XML DSL

GroupId

GroupId

com.google.code.xmltool
ArtifactId

ArtifactId

xmltool
Version

Version

1.4
Type

Type

jar

Download xmltool 1.4


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