MVN

org.glassfish.jersey.examples : http-patch

Maven & Gradle

Jul 10, 2023
1 usages
649 stars

jersey-examples-http-patch · Jersey example for implementing generic PATCH support via JAX-RS reader interceptor. Taken from Gerard Davison's blog entry: http://kingsfleet.blogspot.co.uk/2014/02/transparent-patch-support-in-jax-rs-20.html

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

Latest Version

Choose a version of org.glassfish.jersey.examples : http-patch 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 : http-patch to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>http-patch</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.examples : http-patch gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.examples:http-patch:3.0.11'

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

implementation("org.glassfish.jersey.examples:http-patch:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.examples : http-patch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.examples" % "http-patch" % "3.0.11"