is not current version
Last Version 0.12

com.github.asilvestre:jpurexml 0.10

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

GroupId

GroupId

com.github.asilvestre
ArtifactId

ArtifactId

jpurexml
Version

Version

0.10
Type

Type

jar

Download jpurexml 0.10


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