не последняя версия
Последняя версия 1.5-ea09

com.sun.jersey.test:osgi 1.5-ea06

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services. This module encapsulates all OSGi related Jersey tests.

Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

com.sun.jersey.test
Идентификатор

Идентификатор

osgi
Версия

Версия

1.5-ea06
Тип

Тип

pom

Скачать osgi 1.5-ea06

Имя Файла Размер
osgi-1.5-ea06.pom 3 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/ -->
<dependency>
    <groupId>com.sun.jersey.test</groupId>
    <artifactId>osgi</artifactId>
    <version>1.5-ea06</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation 'com.sun.jersey.test:osgi:1.5-ea06'
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation ("com.sun.jersey.test:osgi:1.5-ea06")
'com.sun.jersey.test:osgi:pom:1.5-ea06'
<dependency org="com.sun.jersey.test" name="osgi" rev="1.5-ea06">
  <artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='osgi', version='1.5-ea06')
)
libraryDependencies += "com.sun.jersey.test" % "osgi" % "1.5-ea06"
[com.sun.jersey.test/osgi "1.5-ea06"]