| License |
License |
|---|---|
| GroupId | GroupIdcom.github.asilvestre |
| ArtifactId | ArtifactIdjpurexml |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjpurexml
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
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jpurexml-0.12.pom | |
| jpurexml-0.12.jar | 21 KB |
| jpurexml-0.12-sources.jar | 11 KB |
| jpurexml-0.12-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.asilvestre/jpurexml/ -->
<dependency>
<groupId>com.github.asilvestre</groupId>
<artifactId>jpurexml</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.asilvestre/jpurexml/
implementation 'com.github.asilvestre:jpurexml:0.12'
// https://jarcasting.com/artifacts/com.github.asilvestre/jpurexml/
implementation ("com.github.asilvestre:jpurexml:0.12")
'com.github.asilvestre:jpurexml:jar:0.12'
<dependency org="com.github.asilvestre" name="jpurexml" rev="0.12">
<artifact name="jpurexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.asilvestre', module='jpurexml', version='0.12')
)
libraryDependencies += "com.github.asilvestre" % "jpurexml" % "0.12"
[com.github.asilvestre/jpurexml "0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| com.github.github : site-maven-plugin Optional | jar | 0.7 |