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