is not current version
Last Version 3.3

com.mycila.xmltool:xmltool 2.7

XML DSL

GroupId

GroupId

com.mycila.xmltool
ArtifactId

ArtifactId

xmltool
Version

Version

2.7
Type

Type

jar

Download xmltool 2.7


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