MVN

org.glassfish : jsonp-jaxrs-1x

Maven & Gradle

Jun 18, 2020
135 stars

Jakarta JSON Processing Media for JAX-RS 1.1 · JAX-RS 1.1 MessageBodyReader and MessageBodyWriter to support JsonObject/JsonArray/JsonStructure API of Jakarta JSON Processing

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>jsonp-jaxrs-1x</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish : jsonp-jaxrs-1x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6
  • Latest Release Candidate: 2.0.0-RC3

All Versions

Choose a version of org.glassfish : jsonp-jaxrs-1x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jsonp-jaxrs-1x-2.0.0-RC3
jsonp-jaxrs-1x-2.0.0-RC2
jsonp-jaxrs-1x-2.0.0-RC1
1.1.x
jsonp-jaxrs-1x-1.1.6
1.0
jsonp-jaxrs-1x-1.0

How to add a dependency to Maven

Add the following org.glassfish : jsonp-jaxrs-1x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>jsonp-jaxrs-1x</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish : jsonp-jaxrs-1x gradle dependency to your build.gradle file:

implementation 'org.glassfish:jsonp-jaxrs-1x:1.1.6'

Gradle Kotlin DSL: Add the following org.glassfish : jsonp-jaxrs-1x gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish:jsonp-jaxrs-1x:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish : jsonp-jaxrs-1x sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish" % "jsonp-jaxrs-1x" % "1.1.6"

Advertisement

Dependencies from Group

Nov 06, 2018
982 usages
Oct 12, 2020
924 usages
14 stars
Dec 12, 2021
633 usages
58 stars
Oct 15, 2021
271 usages
135 stars
Oct 17, 2019
157 usages

Discover Dependencies