h

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
Files download
File Operation
http-patch-3.0.6.jar download
http-patch-3.0.6.pom download
http-patch-3.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jersey.examples</groupId>
  <artifactId>http-patch</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jersey.examples:http-patch:3.0.6'
Gradle Kotlin
implementation("org.glassfish.jersey.examples:http-patch:3.0.6")
Scala SBT
libraryDependencies += "org.glassfish.jersey.examples" % "http-patch" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jersey.examples', module='http-patch', version='3.0.6')
)
Apache Ivy
<dependency org="org.glassfish.jersey.examples" name="http-patch" rev="3.0.6" />
Leiningen
[org.glassfish.jersey.examples/http-patch "3.0.6"]
Apache Buildr
'org.glassfish.jersey.examples:http-patch:jar:3.0.6'