is not current version
Last Version 1.5-ea09

com.sun.jersey.test:osgi 1.4-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.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.test
ArtifactId

ArtifactId

osgi
Version

Version

1.4-ea06
Type

Type

pom

Download osgi 1.4-ea06

Filename Size
osgi-1.4-ea06.pom 3 KB
Browse

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