Jar examples for 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.
You can download jar file staxmate 2.2.1 in this page.
BSD
You can use the following script to add staxmate-2.2.1.jar to your project.
<dependency> <groupId>com.fasterxml.staxmate</groupId> <artifactId>staxmate</artifactId> <version>2.2.1</version> </dependency>
compile group: 'com.fasterxml.staxmate', name: 'staxmate', version: '2.2.1'
libraryDependencies += "com.fasterxml.staxmate" % "staxmate" % "2.2.1"
<dependency org="com.fasterxml.staxmate" name="staxmate" rev="2.2.1"/>
@Grapes(@Grab(group='com.fasterxml.staxmate', module='staxmate', version='2.2.1'))
'com.fasterxml.staxmate:staxmate:jar:2.2.1'
Click the following link to download the jar file.
staxmate-2.2.1-javadoc.jar