Download simple-xml-0.2.2.jar file - Jar s

Jar examples for s:simple-xml

Description

Simple is a high performance XML serialization and configuration framework for Java.

You can download jar file simple-xml 0.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add simple-xml-0.2.2.jar to your project.

<dependency>
   <groupId>fr.foop.parsers</groupId>
   <artifactId>simple-xml</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'fr.foop.parsers', name: 'simple-xml', version: '0.2.2'
libraryDependencies += "fr.foop.parsers" % "simple-xml" % "0.2.2"
<dependency org="fr.foop.parsers" name="simple-xml" rev="0.2.2"/>
@Grapes(@Grab(group='fr.foop.parsers', module='simple-xml', version='0.2.2'))
'fr.foop.parsers:simple-xml:jar:0.2.2'

Download

Click the following link to download the jar file.

simple-xml-0.2.2-javadoc.jar
simple-xml-0.2.2-sources.jar
simple-xml-0.2.2.jar
simple-xml-0.2.2.pom



Related Tutorials