Download sweetxml-0.2.jar file - Jar s

Jar examples for s:sweetxml

Description

Core Java library and command-line interface for SweetXML, an alternate syntax for XML which focuses on improving the conciseness and readability of configuration files.

You can download jar file sweetxml 0.2 in this page.

Build File

You can use the following script to add sweetxml-0.2.jar to your project.

<dependency>
   <groupId>net.innig.sweetxml</groupId>
   <artifactId>sweetxml</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'net.innig.sweetxml', name: 'sweetxml', version: '0.2'
libraryDependencies += "net.innig.sweetxml" % "sweetxml" % "0.2"
<dependency org="net.innig.sweetxml" name="sweetxml" rev="0.2"/>
@Grapes(@Grab(group='net.innig.sweetxml', module='sweetxml', version='0.2'))
'net.innig.sweetxml:sweetxml:jar:0.2'

Download

Click the following link to download the jar file.

sweetxml-0.2-sources.jar
sweetxml-0.2.jar
sweetxml-0.2.pom



Related Tutorials