Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples.osgi-helloworld-webapp |
ArtifactId | ArtifactIdwar-bundle |
Version | Version2.0-m13-3 |
Type | Typewar |
Filename | Size |
---|---|
war-bundle-2.0-m13-3.pom | |
war-bundle-2.0-m13-3.war | 14 KB |
war-bundle-2.0-m13-3-sources.jar | 2 KB |
war-bundle-2.0-m13-3-javadoc.jar | 22 KB |
war-bundle-2.0-m13-3-classes.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle/ -->
<dependency>
<groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
<artifactId>war-bundle</artifactId>
<version>2.0-m13-3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle/
implementation 'org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:2.0-m13-3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:2.0-m13-3")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:2.0-m13-3'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="war-bundle" rev="2.0-m13-3">
<artifact name="war-bundle" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='war-bundle', version='2.0-m13-3')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "war-bundle" % "2.0-m13-3"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle "2.0-m13-3"]