MVN

de.odysseus.staxon : staxon-jaxrs

Maven & Gradle

Feb 06, 2014
96 stars

StAXON JAX-RS · JSON via StAX - JAX-RS

<dependency>
    <groupId>de.odysseus.staxon</groupId>
    <artifactId>staxon-jaxrs</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.odysseus.staxon : staxon-jaxrs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of de.odysseus.staxon : staxon-jaxrs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
staxon-jaxrs-1.3
1.2
staxon-jaxrs-1.2
1.1
staxon-jaxrs-1.1
1.0
staxon-jaxrs-1.0
0.9.x
staxon-jaxrs-0.9.5
staxon-jaxrs-0.9.4
staxon-jaxrs-0.9.3
staxon-jaxrs-0.9.2

How to add a dependency to Maven

Add the following de.odysseus.staxon : staxon-jaxrs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.odysseus.staxon</groupId>
    <artifactId>staxon-jaxrs</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.odysseus.staxon : staxon-jaxrs gradle dependency to your build.gradle file:

implementation 'de.odysseus.staxon:staxon-jaxrs:1.3'

Gradle Kotlin DSL: Add the following de.odysseus.staxon : staxon-jaxrs gradle kotlin dependency to your build.gradle.kts file:

implementation("de.odysseus.staxon:staxon-jaxrs:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.odysseus.staxon : staxon-jaxrs sbt scala dependency to your build.sbt file:

libraryDependencies += "de.odysseus.staxon" % "staxon-jaxrs" % "1.3"

Advertisement