s

staxmate

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 or Sjsxp (default Stax implementation of JDK 1.6) and offers two basic abstractions: Cursors, which build on XMLStreamReaders and Output objects, which build on XMLStreamWriters.
http://staxmate.codehaus.org
BSD
Codehaus
Files download
File Operation
staxmate-2.0.1.jar download
staxmate-2.0.1.pom download
staxmate-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.staxmate</groupId>
  <artifactId>staxmate</artifactId>
  <version>2.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.staxmate:staxmate:2.0.1'
Gradle Kotlin
implementation("org.codehaus.staxmate:staxmate:2.0.1")
Scala SBT
libraryDependencies += "org.codehaus.staxmate" % "staxmate" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.staxmate', module='staxmate', version='2.0.1')
)
Apache Ivy
<dependency org="org.codehaus.staxmate" name="staxmate" rev="2.0.1" />
Leiningen
[org.codehaus.staxmate/staxmate "2.0.1"]
Apache Buildr
'org.codehaus.staxmate:staxmate:jar:2.0.1'