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