Last Version

jersey-examples-http-patch 3.1.0-M3

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

License

License

jQuery license
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-M3
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/http-patch
Project Organization

Project Organization

Eclipse Foundation

Download http-patch 3.1.0-M3


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

Dependencies

compile (6)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-grizzly2-http jar
org.glassfish.jersey.inject : jersey-hk2 jar
com.github.fge : json-patch jar 1.9
org.glassfish.jersey.media : jersey-media-moxy jar 3.1.0-M3
com.sun.xml.bind : jaxb-impl jar 3.0.2
com.sun.istack : istack-commons-runtime jar 4.0.0

test (3)

Group / Artifact Type Version
org.glassfish.jersey.media : jersey-media-json-processing jar 3.1.0-M3
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle pom
org.glassfish.jersey.connectors : jersey-grizzly-connector jar

Project Modules

There are no modules declared in this project.