Files download
File Operation
xmltool-3.3.jar download
xmltool-3.3.pom download
xmltool-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mycila.xmltool</groupId>
  <artifactId>xmltool</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'com.mycila.xmltool:xmltool:3.3'
Gradle Kotlin
implementation("com.mycila.xmltool:xmltool:3.3")
Scala SBT
libraryDependencies += "com.mycila.xmltool" % "xmltool" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mycila.xmltool', module='xmltool', version='3.3')
)
Apache Ivy
<dependency org="com.mycila.xmltool" name="xmltool" rev="3.3" />
Leiningen
[com.mycila.xmltool/xmltool "3.3"]
Apache Buildr
'com.mycila.xmltool:xmltool:jar:3.3'
Dependencies