is not current version
Last Version 3.2.7

woodstox:wstx-asl 2.9.3

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.

GroupId

GroupId

woodstox
ArtifactId

ArtifactId

wstx-asl
Version

Version

2.9.3
Type

Type

jar

Download wstx-asl 2.9.3


<!-- https://jarcasting.com/artifacts/woodstox/wstx-asl/ -->
<dependency>
    <groupId>woodstox</groupId>
    <artifactId>wstx-asl</artifactId>
    <version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/woodstox/wstx-asl/
implementation 'woodstox:wstx-asl:2.9.3'
// https://jarcasting.com/artifacts/woodstox/wstx-asl/
implementation ("woodstox:wstx-asl:2.9.3")
'woodstox:wstx-asl:jar:2.9.3'
<dependency org="woodstox" name="wstx-asl" rev="2.9.3">
  <artifact name="wstx-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='woodstox', module='wstx-asl', version='2.9.3')
)
libraryDependencies += "woodstox" % "wstx-asl" % "2.9.3"
[woodstox/wstx-asl "2.9.3"]