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