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