Download stax-utils-20060502.jar file - Jar s

Jar examples for s:stax-utils

Description

Provides a set of utility classes to integrate StAX into existing XML processing applications.

You can download jar file stax-utils 20060502 in this page.

License

BSD

Build File

You can use the following script to add stax-utils-20060502.jar to your project.

<dependency>
   <groupId>net.java.dev.stax-utils</groupId>
   <artifactId>stax-utils</artifactId>
   <version>20060502</version>
</dependency>
compile group: 'net.java.dev.stax-utils', name: 'stax-utils', version: '20060502'
libraryDependencies += "net.java.dev.stax-utils" % "stax-utils" % "20060502"
<dependency org="net.java.dev.stax-utils" name="stax-utils" rev="20060502"/>
@Grapes(@Grab(group='net.java.dev.stax-utils', module='stax-utils', version='20060502'))
'net.java.dev.stax-utils:stax-utils:jar:20060502'

Download

Click the following link to download the jar file.

stax-utils-20060502.jar
stax-utils-20060502-javadoc.jar
stax-utils-20060502.pom
stax-utils-20060502-sources.jar



Related Tutorials