MVN

com.sun.jersey.samples.osgi-http-service : bundle

Maven & Gradle

Feb 26, 2013
1 usages

OSGi HttpService - Jersey Sample Bundle

<dependency>
    <groupId>com.sun.jersey.samples.osgi-http-service</groupId>
    <artifactId>bundle</artifactId>
    <version>1.11.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey.samples.osgi-http-service : bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.2

All Versions

Choose a version of com.sun.jersey.samples.osgi-http-service : bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
bundle-1.15
1.14
bundle-1.14
1.13
bundle-1.13
bundle-1.13-b01
1.12
bundle-1.12
bundle-1.12-b01
1.11.x
bundle-1.11.2
bundle-1.11.1
1.11
bundle-1.11
bundle-1.11-b04
bundle-1.11-b03
bundle-1.11-b02
bundle-1.11-b01
1.10
bundle-1.10
bundle-1.10-b05
bundle-1.10-b04
bundle-1.10-b03
bundle-1.10-b02
bundle-1.10-b01
1.9.x
bundle-1.9.1
1.9
bundle-1.9
bundle-1.9-ea07
bundle-1.9-ea06
bundle-1.9-ea04
bundle-1.9-ea03
bundle-1.9-ea02
bundle-1.9-ea01
1.8
bundle-1.8
bundle-1.8-ea04
bundle-1.8-ea03
bundle-1.8-ea02
bundle-1.8-ea01
1.7
bundle-1.7
bundle-1.7-ea07
bundle-1.7-ea06
bundle-1.7-ea05
bundle-1.7-ea04
bundle-1.7-ea03
bundle-1.7-ea02
bundle-1.7-ea01
1.6
bundle-1.6
bundle-1.6-ea06
bundle-1.6-ea05
bundle-1.6-ea04
bundle-1.6-ea03
bundle-1.6-ea02
bundle-1.6-ea01
1.5
bundle-1.5
bundle-1.5-ea09
bundle-1.5-ea08
bundle-1.5-ea07
bundle-1.5-ea06
bundle-1.5-ea05
bundle-1.5-ea04
bundle-1.5-ea03
bundle-1.5-ea02
bundle-1.5-ea01
1.4
bundle-1.4
bundle-1.4-ea06
bundle-1.4-ea05
bundle-1.4-ea04
bundle-1.4-ea03
bundle-1.4-ea02
bundle-1.4-ea01
1.3
bundle-1.3
1.2
bundle-1.2

How to add a dependency to Maven

Add the following com.sun.jersey.samples.osgi-http-service : bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jersey.samples.osgi-http-service</groupId>
    <artifactId>bundle</artifactId>
    <version>1.11.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey.samples.osgi-http-service : bundle gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.samples.osgi-http-service:bundle:1.11.2'

Gradle Kotlin DSL: Add the following com.sun.jersey.samples.osgi-http-service : bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey.samples.osgi-http-service:bundle:1.11.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey.samples.osgi-http-service : bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey.samples.osgi-http-service" % "bundle" % "1.11.2"