Jar examples for d:decentxml
A decent XML parser. Since it's decent, it's not compatible with the W3C and therefore, it can do roundtripping.
You can download jar file decentxml 1.3 in this page.
New BSD License
You can use the following script to add decentxml-1.3.jar to your project.
<dependency> <groupId>de.pdark</groupId> <artifactId>decentxml</artifactId> <version>1.3</version> </dependency>
compile group: 'de.pdark', name: 'decentxml', version: '1.3'
libraryDependencies += "de.pdark" % "decentxml" % "1.3"
<dependency org="de.pdark" name="decentxml" rev="1.3"/>
@Grapes(@Grab(group='de.pdark', module='decentxml', version='1.3'))
'de.pdark:decentxml:jar:1.3'
Click the following link to download the jar file.
decentxml-1.3-javadoc.jar