Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples.helloworld-osgi-webapp |
ArtifactId | ArtifactIdwar-bundle |
Version | Version1.8-ea02 |
Type | Typewar |
Filename | Size |
---|---|
war-bundle-1.8-ea02.pom | |
war-bundle-1.8-ea02.war | 10 KB |
war-bundle-1.8-ea02-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.8-ea02</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.8-ea02'
// https://jarcasting.com/artifacts/com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle/
implementation ("com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:1.8-ea02")
'com.sun.jersey.samples.helloworld-osgi-webapp:war-bundle:war:1.8-ea02'
<dependency org="com.sun.jersey.samples.helloworld-osgi-webapp" name="war-bundle" rev="1.8-ea02">
<artifact name="war-bundle" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples.helloworld-osgi-webapp', module='war-bundle', version='1.8-ea02')
)
libraryDependencies += "com.sun.jersey.samples.helloworld-osgi-webapp" % "war-bundle" % "1.8-ea02"
[com.sun.jersey.samples.helloworld-osgi-webapp/war-bundle "1.8-ea02"]