Download xom-1.2.10.jar file - Jar x

Jar examples for x:xom

Description

The XOM Dual Streaming/Tree API for Processing XML

You can download jar file xom 1.2.10 in this page.

License

The GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add xom-1.2.10.jar to your project.

<dependency>
   <groupId>com.io7m.xom</groupId>
   <artifactId>xom</artifactId>
   <version>1.2.10</version>
</dependency>
compile group: 'com.io7m.xom', name: 'xom', version: '1.2.10'
libraryDependencies += "com.io7m.xom" % "xom" % "1.2.10"
<dependency org="com.io7m.xom" name="xom" rev="1.2.10"/>
@Grapes(@Grab(group='com.io7m.xom', module='xom', version='1.2.10'))
'com.io7m.xom:xom:jar:1.2.10'

Download

Click the following link to download the jar file.

xom-1.2.10-javadoc.jar
xom-1.2.10-sources.jar
xom-1.2.10.jar
xom-1.2.10.pom



Related Tutorials