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