is not current version
Last Version 1.1.2

org.amplecode:staxwax 1.0.5

Light-weight convenience framework for high-performance XML writing and parsing.

GroupId

GroupId

org.amplecode
ArtifactId

ArtifactId

staxwax
Version

Version

1.0.5
Type

Type

jar

Download staxwax 1.0.5


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