Jar examples for s:stax-api
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.
GNU General Public Library
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'
Click the following link to download the jar file.
stax-api-1.0-sources.jar