| License |
License
CDDL 1.1
GPL2 w/ CPE
|
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.test |
| ArtifactId | ArtifactIdosgi |
| Last Version | Last Version1.5-ea09 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionProject Jersey OSGi tests
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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| osgi-1.5-ea09.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.5-ea09</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation 'com.sun.jersey.test:osgi:1.5-ea09'
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation ("com.sun.jersey.test:osgi:1.5-ea09")
'com.sun.jersey.test:osgi:pom:1.5-ea09'
<dependency org="com.sun.jersey.test" name="osgi" rev="1.5-ea09">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='osgi', version='1.5-ea09')
)
libraryDependencies += "com.sun.jersey.test" % "osgi" % "1.5-ea09"
[com.sun.jersey.test/osgi "1.5-ea09"]