Download stax-api-1.0.jar file - Jar s

Jar examples for s:stax-api

Description

StAX is a standard XML processing API that allows you to stream XML data from and to your application.

You can download jar file stax-api 1.0 in this page.

License

GNU General Public Library

Build File

You can use the following script to add stax-api-1.0.jar to your project.

<dependency>
   <groupId>javax.xml.stream</groupId>
   <artifactId>stax-api</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.xml.stream', name: 'stax-api', version: '1.0'
libraryDependencies += "javax.xml.stream" % "stax-api" % "1.0"
<dependency org="javax.xml.stream" name="stax-api" rev="1.0"/>
@Grapes(@Grab(group='javax.xml.stream', module='stax-api', version='1.0'))
'javax.xml.stream:stax-api:jar:1.0'

Download

Click the following link to download the jar file.

stax-api-1.0-sources.jar
stax-api-1.0.jar
stax-api-1.0.pom



Related Tutorials