Download xmlutils-0.6.9.jar file - Jar x

Jar examples for x:xmlutils

Description

My xmlutils library, a mixed bag of re-usable utility code.

You can download jar file xmlutils 0.6.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xmlutils-0.6.9.jar to your project.

<dependency>
   <groupId>de.uni-rostock.sbi</groupId>
   <artifactId>xmlutils</artifactId>
   <version>0.6.9</version>
</dependency>
compile group: 'de.uni-rostock.sbi', name: 'xmlutils', version: '0.6.9'
libraryDependencies += "de.uni-rostock.sbi" % "xmlutils" % "0.6.9"
<dependency org="de.uni-rostock.sbi" name="xmlutils" rev="0.6.9"/>
@Grapes(@Grab(group='de.uni-rostock.sbi', module='xmlutils', version='0.6.9'))
'de.uni-rostock.sbi:xmlutils:jar:0.6.9'

Download

Click the following link to download the jar file.

xmlutils-0.6.9-javadoc.jar
xmlutils-0.6.9-sources.jar
xmlutils-0.6.9.jar
xmlutils-0.6.9.pom



Related Tutorials