is not current version
Last Version 1.3.7

xom:xom 1.1


GroupId

GroupId

xom
ArtifactId

ArtifactId

xom
Version

Version

1.1
Type

Type

jar

Download xom 1.1

Filename Size
xom-1.1.pom
xom-1.1.jar 421 KB
xom-1.1-sources.jar 621 KB
Browse

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