is not current version
Last Version 2.0.1

org.codehaus.staxmate:staxmate 1.1

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of a Stax (JSR-173) compliant XML processors such as Woodstox and offers two basic abstractions: Cursors, which build on XMLStreamReaders and Output objects, which build on XMLStreamWriters.

GroupId

GroupId

org.codehaus.staxmate
ArtifactId

ArtifactId

staxmate
Version

Version

1.1
Type

Type

jar

Download staxmate 1.1


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