| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhttp-patch |
| Версия | Версия2.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-patch-2.10.pom | |
| http-patch-2.10.jar | 11 KB |
| http-patch-2.10-sources.jar | 11 KB |
| http-patch-2.10-project-src.zip | 19 KB |
| http-patch-2.10-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>http-patch</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation 'org.glassfish.jersey.examples:http-patch:2.10'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-patch/
implementation ("org.glassfish.jersey.examples:http-patch:2.10")
'org.glassfish.jersey.examples:http-patch:jar:2.10'
<dependency org="org.glassfish.jersey.examples" name="http-patch" rev="2.10">
<artifact name="http-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-patch', version='2.10')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-patch" % "2.10"
[org.glassfish.jersey.examples/http-patch "2.10"]