MVN

org.codehaus.woodstox : stax2-api

Maven & Gradle

May 14, 2020
439 usages
36 stars

Stax2 API · tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.

<dependency>
    <groupId>org.codehaus.woodstox</groupId>
    <artifactId>stax2-api</artifactId>
    <version>4.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2.1

All Versions

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

Version Vulnerabilities Updated
4.2.x
stax2-api-4.2.1
4.2
stax2-api-4.2
4.1
stax2-api-4.1
4.0.x
stax2-api-4.0.0
3.1.x
stax2-api-3.1.4
stax2-api-3.1.3
stax2-api-3.1.2
stax2-api-3.1.1
stax2-api-3.1.0
3.0.x
stax2-api-3.0.4
stax2-api-3.0.3
stax2-api-3.0.2
stax2-api-3.0.1
stax2-api-3.0.0
2.9.x
stax2-api-2.9.9-3
stax2-api-2.9.9-2
stax2-api-2.9.9-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.woodstox</groupId>
    <artifactId>stax2-api</artifactId>
    <version>4.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.woodstox : stax2-api gradle dependency to your build.gradle file:

implementation 'org.codehaus.woodstox:stax2-api:4.2.1'

Gradle Kotlin DSL: Add the following org.codehaus.woodstox : stax2-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.woodstox:stax2-api:4.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.woodstox : stax2-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.woodstox" % "stax2-api" % "4.2.1"

Advertisement