| License |
License |
|---|---|
| GroupId | GroupIdde.pdark |
| ArtifactId | ArtifactIddecentxml |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDecentXML
A decent XML parser. Since it's decent, it's not
compatible with the W3C and therefore, it can do roundtripping.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| decentxml-1.4.pom | |
| decentxml-1.4.jar | 127 KB |
| decentxml-1.4-test-sources.jar | 58 KB |
| decentxml-1.4-src.zip | 170 KB |
| decentxml-1.4-src.tar.gz | 90 KB |
| decentxml-1.4-src.tar.bz2 | 63 KB |
| decentxml-1.4-sources.jar | 103 KB |
| decentxml-1.4-javadoc.jar | 381 KB |
| decentxml-1.4-bin.zip | 120 KB |
| decentxml-1.4-bin.tar.gz | 120 KB |
| decentxml-1.4-bin.tar.bz2 | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.pdark/decentxml/ -->
<dependency>
<groupId>de.pdark</groupId>
<artifactId>decentxml</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.pdark/decentxml/
implementation 'de.pdark:decentxml:1.4'
// https://jarcasting.com/artifacts/de.pdark/decentxml/
implementation ("de.pdark:decentxml:1.4")
'de.pdark:decentxml:jar:1.4'
<dependency org="de.pdark" name="decentxml" rev="1.4">
<artifact name="decentxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pdark', module='decentxml', version='1.4')
)
libraryDependencies += "de.pdark" % "decentxml" % "1.4"
[de.pdark/decentxml "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |