w

wstx-asl

Woodstox is an XML pull parser, an implementation of the StAX API.Woodstox is available in two licenses: wstx-asl is licensed under the Apache Software License, version 2. There is another jar file, wstx-lgpl, which is available under the LGPL.
http://woodstox.codehaus.org/
The Apache Software License, Version 2.0
文件下载
文件名 操作
wstx-asl-2.9.3.jar 下载
wstx-asl-2.9.3.pom 下载
Apache Maven
<dependency>
  <groupId>woodstox</groupId>
  <artifactId>wstx-asl</artifactId>
  <version>2.9.3</version>
</dependency>
Gradle Groovy
implementation 'woodstox:wstx-asl:2.9.3'
Gradle Kotlin
implementation("woodstox:wstx-asl:2.9.3")
Scala SBT
libraryDependencies += "woodstox" % "wstx-asl" % "2.9.3"
Groovy Grape
@Grapes(
  @Grab(group='woodstox', module='wstx-asl', version='2.9.3')
)
Apache Ivy
<dependency org="woodstox" name="wstx-asl" rev="2.9.3" />
Leiningen
[woodstox/wstx-asl "2.9.3"]
Apache Buildr
'woodstox:wstx-asl:jar:2.9.3'
本项目依赖