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-2 in this page.
GNU General Public Library
You can use the following script to add stax-api-1.0-2.jar to your project.
<dependency> <groupId>javax.xml.stream</groupId> <artifactId>stax-api</artifactId> <version>1.0-2</version> </dependency>
compile group: 'javax.xml.stream', name: 'stax-api', version: '1.0-2'
libraryDependencies += "javax.xml.stream" % "stax-api" % "1.0-2"
<dependency org="javax.xml.stream" name="stax-api" rev="1.0-2"/>
@Grapes(@Grab(group='javax.xml.stream', module='stax-api', version='1.0-2'))
'javax.xml.stream:stax-api:jar:1.0-2'
Click the following link to download the jar file.
stax-api-1.0-2.pom