Download stax-utils-20070216.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 20070216 in this page.

License

BSD

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials