MVN

com.sun.jersey.test : osgi

Maven & Gradle

Aug 15, 2011

Project 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.

<dependency>
    <groupId>com.sun.jersey.test</groupId>
    <artifactId>osgi</artifactId>
    <version>functional-osgi-tests</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey.test : osgi to add to Maven - Latest Versions:

  • Latest Stable: functional-osgi-tests

All Versions

Choose a version of com.sun.jersey.test : osgi to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
osgi-1.5
osgi-1.5-ea09
osgi-1.5-ea08
osgi-1.5-ea07
osgi-1.5-ea06
osgi-1.5-ea05
osgi-1.5-ea04
osgi-1.5-ea03
osgi-1.5-ea02
osgi-1.5-ea01
1.4
osgi-1.4
osgi-1.4-ea06
osgi-1.4-ea05
osgi-1.4-ea04
osgi-1.4-ea03
osgi-1.4-ea02
osgi-1.4-ea01
1.3
osgi-1.3
functional
osgi-functional-osgi-tests

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sun.jersey.test</groupId>
    <artifactId>osgi</artifactId>
    <version>functional-osgi-tests</version>
</dependency>