License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhttp-patch |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-patch-3.1.0-M3.pom | |
http-patch-3.1.0-M3.jar | 24 KB |
http-patch-3.1.0-M3-sources.jar | 22 KB |
http-patch-3.1.0-M3-javadoc.jar | 44 KB |
Browse |
<!-- 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"]
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 |
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 |