Download jpurexml-0.10.jar file - Jar j

Jar examples for j:jpurexml

Description

Simple all-in-memory XML parser coded in pure Java code so tools like Google's PlayN can transcompile it to all its target platforms

You can download jar file jpurexml 0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jpurexml-0.10.jar to your project.

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

Download

Click the following link to download the jar file.

jpurexml-0.10-javadoc.jar
jpurexml-0.10-sources.jar
jpurexml-0.10.jar
jpurexml-0.10.pom



Related Tutorials