is not current version
Last Version 3.3

com.mycila.xmltool:xmltool 2.10

XML DSL

GroupId

GroupId

com.mycila.xmltool
ArtifactId

ArtifactId

xmltool
Version

Version

2.10
Type

Type

jar

Download xmltool 2.10


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