s

stax

StAX is the reference implementation of the StAX API
http://stax.codehaus.org/
Aleksander Slominski Chris Fry
Files download
File Operation
stax-1.1.2-dev.jar download
stax-1.1.2-dev.pom download
Apache Maven
<dependency>
  <groupId>stax</groupId>
  <artifactId>stax</artifactId>
  <version>1.1.2-dev</version>
</dependency>
Gradle Groovy
implementation 'stax:stax:1.1.2-dev'
Gradle Kotlin
implementation("stax:stax:1.1.2-dev")
Scala SBT
libraryDependencies += "stax" % "stax" % "1.1.2-dev"
Groovy Grape
@Grapes(
  @Grab(group='stax', module='stax', version='1.1.2-dev')
)
Apache Ivy
<dependency org="stax" name="stax" rev="1.1.2-dev" />
Leiningen
[stax/stax "1.1.2-dev"]
Apache Buildr
'stax:stax:jar:1.1.2-dev'