MVN

org.codehaus.staxmate : staxmate

Maven & Gradle

Nov 20, 2010
54 usages

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>org.codehaus.staxmate</groupId>
    <artifactId>staxmate</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.staxmate : staxmate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.codehaus.staxmate : staxmate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
staxmate-2.0.1
staxmate-2.0.0
1.3.x
staxmate-1.3.1
staxmate-1.3.0
1.2
staxmate-1.2
1.1
staxmate-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.staxmate</groupId>
    <artifactId>staxmate</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.staxmate : staxmate gradle dependency to your build.gradle file:

implementation 'org.codehaus.staxmate:staxmate:2.0.1'

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

implementation("org.codehaus.staxmate:staxmate:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.staxmate : staxmate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.staxmate" % "staxmate" % "2.0.1"

Advertisement

Dependencies from Group

Nov 20, 2010
54 usages
Nov 27, 2012
1 usages

Discover Dependencies

Jul 28, 2019
25 usages
36 stars
Aug 25, 2017
12 usages
43 stars
Oct 29, 2020
16 usages
Jul 13, 2015
8 usages
8 stars
Nov 12, 2017
10 usages
83 stars
Dec 15, 2018
9 usages
489 stars
Jun 14, 2014
5 usages
92 stars
Oct 11, 2018
26 usages
0 stars