Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhttp-patch |
Version | Version2.14 |
Type | Typejar |
Filename | Size |
---|---|
http-patch-2.14.pom | |
http-patch-2.14.jar | 11 KB |
http-patch-2.14-sources.jar | 11 KB |
http-patch-2.14-project-src.zip | 19 KB |
http-patch-2.14-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>http-patch</artifactId>
<version>2.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation 'org.glassfish.jersey.examples:http-patch:2.14'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation ("org.glassfish.jersey.examples:http-patch:2.14")
'org.glassfish.jersey.examples:http-patch:jar:2.14'
<dependency org="org.glassfish.jersey.examples" name="http-patch" rev="2.14">
<artifact name="http-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-patch', version='2.14')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-patch" % "2.14"
[org.glassfish.jersey.examples/http-patch "2.14"]