Download decentxml-1.3.jar file - Jar d

Jar examples for d:decentxml

Description

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.

License

New BSD License

Build File

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'

Download

Click the following link to download the jar file.

decentxml-1.3-javadoc.jar
decentxml-1.3-sources.jar
decentxml-1.3-test-sources.jar
decentxml-1.3.jar
decentxml-1.3.pom



Related Tutorials