MVN

org.glassfish.jersey.examples : json-processing-webapp

Maven & Gradle

Jul 10, 2023
1 usages
649 stars

jersey-examples-json-processing-webapp · Jersey JSON-P (JSR 353) example.

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>json-processing-webapp</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.examples : json-processing-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.glassfish.jersey.examples : json-processing-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
json-processing-webapp-3.1.2
json-processing-webapp-3.1.1
json-processing-webapp-3.1.0
json-processing-webapp-3.1.0-M8
json-processing-webapp-3.1.0-M7
json-processing-webapp-3.1.0-M3
json-processing-webapp-3.1.0-M2
json-processing-webapp-3.1.0-M1
3.0.x
json-processing-webapp-3.0.11
json-processing-webapp-3.0.10
json-processing-webapp-3.0.9
json-processing-webapp-3.0.8
json-processing-webapp-3.0.7
json-processing-webapp-3.0.6
json-processing-webapp-3.0.5
json-processing-webapp-3.0.4
json-processing-webapp-3.0.3
json-processing-webapp-3.0.2
json-processing-webapp-3.0.1
json-processing-webapp-3.0.0
json-processing-webapp-3.0.0-RC2
2.40
json-processing-webapp-2.40
2.39.x
json-processing-webapp-2.39.1
2.39
json-processing-webapp-2.39
2.38
json-processing-webapp-2.38
2.37
json-processing-webapp-2.37
2.36
json-processing-webapp-2.36
2.35
json-processing-webapp-2.35
2.34
json-processing-webapp-2.34
2.33
json-processing-webapp-2.33
2.32
json-processing-webapp-2.32
2.31
json-processing-webapp-2.31
2.30.x
json-processing-webapp-2.30.1
2.30
json-processing-webapp-2.30
2.29.x
json-processing-webapp-2.29.1
2.29
json-processing-webapp-2.29
2.28
json-processing-webapp-2.28
json-processing-webapp-2.28-RC4
2.27
json-processing-webapp-2.27
2.26
json-processing-webapp-2.26
json-processing-webapp-2.26-b09
json-processing-webapp-2.26-b08
json-processing-webapp-2.26-b07
json-processing-webapp-2.26-b06
json-processing-webapp-2.26-b05
json-processing-webapp-2.26-b04
json-processing-webapp-2.26-b03
json-processing-webapp-2.26-b02
json-processing-webapp-2.26-b01
2.25.x
json-processing-webapp-2.25.1
2.25
json-processing-webapp-2.25
2.24.x
json-processing-webapp-2.24.1
2.24
json-processing-webapp-2.24
2.23.x
json-processing-webapp-2.23.2
json-processing-webapp-2.23.1
2.23
json-processing-webapp-2.23
2.22.x
json-processing-webapp-2.22.4
json-processing-webapp-2.22.3
json-processing-webapp-2.22.2
json-processing-webapp-2.22.1
2.22
json-processing-webapp-2.22
2.21.x
json-processing-webapp-2.21.1
2.21
json-processing-webapp-2.21
2.20
json-processing-webapp-2.20
2.19
json-processing-webapp-2.19
2.18
json-processing-webapp-2.18
2.17
json-processing-webapp-2.17
2.16
json-processing-webapp-2.16
2.15
json-processing-webapp-2.15
2.14
json-processing-webapp-2.14
2.13
json-processing-webapp-2.13
2.12
json-processing-webapp-2.12
2.11
json-processing-webapp-2.11
2.10.x
json-processing-webapp-2.10.4
json-processing-webapp-2.10.3
json-processing-webapp-2.10.2
json-processing-webapp-2.10.1
2.10
json-processing-webapp-2.10
2.9.x
json-processing-webapp-2.9.1
2.9
json-processing-webapp-2.9
2.8
json-processing-webapp-2.8
2.7
json-processing-webapp-2.7
2.6
json-processing-webapp-2.6
2.5.x
json-processing-webapp-2.5.2
json-processing-webapp-2.5.1
2.5
json-processing-webapp-2.5
2.4.x
json-processing-webapp-2.4.1
2.4
json-processing-webapp-2.4
2.3.x
json-processing-webapp-2.3.1
2.3
json-processing-webapp-2.3
2.2
json-processing-webapp-2.2
2.1
json-processing-webapp-2.1
2.0.x
json-processing-webapp-2.0.1
2.0
json-processing-webapp-2.0
json-processing-webapp-2.0-rc1
json-processing-webapp-2.0-m13-3
json-processing-webapp-2.0-m13-2
json-processing-webapp-2.0-m13-1
json-processing-webapp-2.0-m13

How to add a dependency to Maven

Add the following org.glassfish.jersey.examples : json-processing-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>json-processing-webapp</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.examples : json-processing-webapp gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.examples:json-processing-webapp:3.0.11'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.examples : json-processing-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.examples:json-processing-webapp:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.examples : json-processing-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.examples" % "json-processing-webapp" % "3.0.11"

Advertisement