s

stax

StAX is the reference implementation of the StAX API
http://stax.codehaus.org/
Aleksander Slominski Chris Fry
文件下载
文件名 操作
stax-1.2.0_rc2-dev.jar 下载
stax-1.2.0_rc2-dev.pom 下载
Apache Maven
<dependency>
  <groupId>stax</groupId>
  <artifactId>stax</artifactId>
  <version>1.2.0_rc2-dev</version>
</dependency>
Gradle Groovy
implementation 'stax:stax:1.2.0_rc2-dev'
Gradle Kotlin
implementation("stax:stax:1.2.0_rc2-dev")
Scala SBT
libraryDependencies += "stax" % "stax" % "1.2.0_rc2-dev"
Groovy Grape
@Grapes(
  @Grab(group='stax', module='stax', version='1.2.0_rc2-dev')
)
Apache Ivy
<dependency org="stax" name="stax" rev="1.2.0_rc2-dev" />
Leiningen
[stax/stax "1.2.0_rc2-dev"]
Apache Buildr
'stax:stax:jar:1.2.0_rc2-dev'
本项目依赖