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
文件下载
文件名 操作
staxmate-2.2.1.jar 下载
staxmate-2.2.1.pom 下载
staxmate-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fasterxml.staxmate</groupId>
  <artifactId>staxmate</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml.staxmate:staxmate:2.2.1'
Gradle Kotlin
implementation("com.fasterxml.staxmate:staxmate:2.2.1")
Scala SBT
libraryDependencies += "com.fasterxml.staxmate" % "staxmate" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml.staxmate', module='staxmate', version='2.2.1')
)
Apache Ivy
<dependency org="com.fasterxml.staxmate" name="staxmate" rev="2.2.1" />
Leiningen
[com.fasterxml.staxmate/staxmate "2.2.1"]
Apache Buildr
'com.fasterxml.staxmate:staxmate:jar:2.2.1'