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