is not current version
Last Version 1.3.7

xom:xom 1.2.5

The XOM Dual Streaming/Tree API for Processing XML

GroupId

GroupId

xom
ArtifactId

ArtifactId

xom
Version

Version

1.2.5
Type

Type

jar

Download xom 1.2.5


<!-- https://jarcasting.com/artifacts/xom/xom/ -->
<dependency>
    <groupId>xom</groupId>
    <artifactId>xom</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/xom/xom/
implementation 'xom:xom:1.2.5'
// https://jarcasting.com/artifacts/xom/xom/
implementation ("xom:xom:1.2.5")
'xom:xom:jar:1.2.5'
<dependency org="xom" name="xom" rev="1.2.5">
  <artifact name="xom" type="jar" />
</dependency>
@Grapes(
@Grab(group='xom', module='xom', version='1.2.5')
)
libraryDependencies += "xom" % "xom" % "1.2.5"
[xom "1.2.5"]