MVN

com.sun.jersey.samples.helloworld-osgi-webapp : war-bundle

Maven & Gradle

Feb 26, 2013
1 usages

Helloworld OSGi WebApp - Jersey Sample WAR

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

Latest Version

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

  • Latest Stable: 1.11.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.jersey.samples.helloworld-osgi-webapp</groupId>
    <artifactId>war-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.helloworld-osgi-webapp : war-bundle gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:1.11.2'

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

implementation("com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:1.11.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sun.jersey.samples.helloworld-osgi-webapp" % "war-bundle" % "1.11.2"