MVN

com.fasterxml.staxmate : staxmate

Maven & Gradle

Oct 17, 2020
26 usages
39 stars

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.

<dependency>
    <groupId>com.fasterxml.staxmate</groupId>
    <artifactId>staxmate</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml.staxmate : staxmate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.fasterxml.staxmate : staxmate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
staxmate-2.4.0
2.3.x
staxmate-2.3.1
staxmate-2.3.0
2.2.x
staxmate-2.2.1
staxmate-2.2.0
2.1.x
staxmate-2.1.0

How to add a dependency to Maven

Add the following com.fasterxml.staxmate : staxmate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fasterxml.staxmate</groupId>
    <artifactId>staxmate</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml.staxmate : staxmate gradle dependency to your build.gradle file:

implementation 'com.fasterxml.staxmate:staxmate:2.4.0'

Gradle Kotlin DSL: Add the following com.fasterxml.staxmate : staxmate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml.staxmate:staxmate:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml.staxmate : staxmate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml.staxmate" % "staxmate" % "2.4.0"

Advertisement

Dependencies from Group

Oct 17, 2020
26 usages
39 stars

Discover Dependencies

Dec 17, 2015
8 usages
6 stars
Sep 01, 2017
3 usages
35 stars
Mar 29, 2022
10 usages
1.1k stars
Jul 22, 2019
19 usages
Apr 12, 2019
14 usages
15k stars
Aug 25, 2023
6 usages
0 stars
Aug 09, 2023
8 usages
Oct 04, 2018
2 usages
1k stars