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