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