| Categories | CategoriesJersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdcom.sun.jersey.samples.helloworld-osgi-webapp | 
| ArtifactId | ArtifactIdwar-bundle | 
| Last Version | Last Version1.15 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionHelloworld OSGi WebApp - Jersey Sample WAR Java.net - The Source for Java Technology Collaboration | 
| Filename | Size | 
|---|---|
| war-bundle-1.15.pom | |
| war-bundle-1.15.war | 10 KB | 
| war-bundle-1.15-classes.jar | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle/ -->
<dependency>
    <groupId>com.sun.jersey.samples.helloworld-osgi-webapp</groupId>
    <artifactId>war-bundle</artifactId>
    <version>1.15</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle/
implementation 'com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:1.15'// https://jarcasting.com/artifacts/com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle/
implementation ("com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:1.15")'com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:war:1.15'<dependency org="com.sun.jersey.samples.helloworld-osgi-webapp" name="war-bundle" rev="1.15">
  <artifact name="war-bundle" type="war" />
</dependency>@Grapes(
@Grab(group='com.sun.jersey.samples.helloworld-osgi-webapp', module='war-bundle', version='1.15')
)libraryDependencies += "com.sun.jersey.samples.helloworld-osgi-webapp" % "war-bundle" % "1.15"[com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle "1.15"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 | 
| org.osgi : org.osgi.core | jar | 4.2.0 | 
| org.osgi : org.osgi.compendium | jar | 4.2.0 | 
