MVN

com.sun.jersey.test.osgi : functional-osgi-tests

Maven & Gradle

Aug 03, 2011

functional-osgi-tests · Functional Jersey OSGi tests

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

Latest Version

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

  • Latest Stable: 1.5-ea09

All Versions

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

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

How to add a dependency to Maven

Add the following com.sun.jersey.test.osgi : functional-osgi-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey.test.osgi : functional-osgi-tests gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.test.osgi:functional-osgi-tests:1.5-ea09'

Gradle Kotlin DSL: Add the following com.sun.jersey.test.osgi : functional-osgi-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey.test.osgi:functional-osgi-tests:1.5-ea09")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey.test.osgi : functional-osgi-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey.test.osgi" % "functional-osgi-tests" % "1.5-ea09"