Download au-xml-util-1.0.1.jar file - Jar a

Jar examples for a:au-xml-util

Description

XML Utility library for doing common XML tasks, such as XSL Transformations, conversion of documents to strings, etc.

You can download jar file au-xml-util 1.0.1 in this page.

License

LGPLv3

Build File

You can use the following script to add au-xml-util-1.0.1.jar to your project.

<dependency>
   <groupId>com.github.trentonadams</groupId>
   <artifactId>au-xml-util</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.github.trentonadams', name: 'au-xml-util', version: '1.0.1'
libraryDependencies += "com.github.trentonadams" % "au-xml-util" % "1.0.1"
<dependency org="com.github.trentonadams" name="au-xml-util" rev="1.0.1"/>
@Grapes(@Grab(group='com.github.trentonadams', module='au-xml-util', version='1.0.1'))
'com.github.trentonadams:au-xml-util:jar:1.0.1'

Download

Click the following link to download the jar file.

au-xml-util-1.0.1-javadoc.jar
au-xml-util-1.0.1-sources.jar
au-xml-util-1.0.1.jar
au-xml-util-1.0.1.pom



Related Tutorials