Download xmlobjects-0.4.2.jar file - Jar x

Jar examples for x:xmlobjects

Description

A lightweight high level XML pull parser framework

You can download jar file xmlobjects 0.4.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add xmlobjects-0.4.2.jar to your project.

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

Download

Click the following link to download the jar file.

xmlobjects-0.4.2-javadoc.jar
xmlobjects-0.4.2-sources.jar
xmlobjects-0.4.2.jar
xmlobjects-0.4.2.pom



Related Tutorials