is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:http-patch 3.1.0-M1

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

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

http-patch
Version

Version

3.1.0-M1
Type

Type

jar

Download http-patch 3.1.0-M1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>http-patch</artifactId>
    <version>3.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation 'org.glassfish.jersey.examples:http-patch:3.1.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation ("org.glassfish.jersey.examples:http-patch:3.1.0-M1")
'org.glassfish.jersey.examples:http-patch:jar:3.1.0-M1'
<dependency org="org.glassfish.jersey.examples" name="http-patch" rev="3.1.0-M1">
  <artifact name="http-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-patch', version='3.1.0-M1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-patch" % "3.1.0-M1"
[org.glassfish.jersey.examples/http-patch "3.1.0-M1"]