is not current version
Last Version 3.3

com.mycila.xmltool:xmltool 3.0

XML DSL

GroupId

GroupId

com.mycila.xmltool
ArtifactId

ArtifactId

xmltool
Version

Version

3.0
Type

Type

jar

Download xmltool 3.0


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