is not current version
Last Version 1.4

de.pdark:decentxml 1.3

A decent XML parser. Since it's decent, it's not compatible with the W3C and therefore, it can do roundtripping.

GroupId

GroupId

de.pdark
ArtifactId

ArtifactId

decentxml
Version

Version

1.3
Type

Type

jar

Download decentxml 1.3


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