Download simple-xml-2.7.1-P1.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 2.7.1-P1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>org.anarres.mirrors.simpleframework</groupId>
   <artifactId>simple-xml</artifactId>
   <version>2.7.1-P1</version>
</dependency>
compile group: 'org.anarres.mirrors.simpleframework', name: 'simple-xml', version: '2.7.1-P1'
libraryDependencies += "org.anarres.mirrors.simpleframework" % "simple-xml" % "2.7.1-P1"
<dependency org="org.anarres.mirrors.simpleframework" name="simple-xml" rev="2.7.1-P1"/>
@Grapes(@Grab(group='org.anarres.mirrors.simpleframework', module='simple-xml', version='2.7.1-P1'))
'org.anarres.mirrors.simpleframework:simple-xml:jar:2.7.1-P1'

Download

Click the following link to download the jar file.

simple-xml-2.7.1-P1-javadoc.jar
simple-xml-2.7.1-P1-sources.jar
simple-xml-2.7.1-P1.jar
simple-xml-2.7.1-P1.pom



Related Tutorials