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