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
FasterXML
Files download
File Operation
staxmate-2.4.1.jar download
staxmate-2.4.1.pom download
staxmate-2.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml.staxmate</groupId>
  <artifactId>staxmate</artifactId>
  <version>2.4.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml.staxmate:staxmate:2.4.1'
Gradle Kotlin
implementation("com.fasterxml.staxmate:staxmate:2.4.1")
Scala SBT
libraryDependencies += "com.fasterxml.staxmate" % "staxmate" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml.staxmate', module='staxmate', version='2.4.1')
)
Apache Ivy
<dependency org="com.fasterxml.staxmate" name="staxmate" rev="2.4.1" />
Leiningen
[com.fasterxml.staxmate/staxmate "2.4.1"]
Apache Buildr
'com.fasterxml.staxmate:staxmate:jar:2.4.1'