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