Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples.osgi-helloworld-webapp |
ArtifactId | ArtifactIdwar-bundle |
Version | Version3.0.0-M6 |
Type | Typewar |
Filename | Size |
---|---|
war-bundle-3.0.0-M6.pom | |
war-bundle-3.0.0-M6.war | 78 KB |
war-bundle-3.0.0-M6-sources.jar | 20 KB |
war-bundle-3.0.0-M6-javadoc.jar | 49 KB |
war-bundle-3.0.0-M6-classes.jar | 22 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>3.0.0-M6</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:3.0.0-M6'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:3.0.0-M6")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.0-M6'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="war-bundle" rev="3.0.0-M6">
<artifact name="war-bundle" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='war-bundle', version='3.0.0-M6')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "war-bundle" % "3.0.0-M6"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/war-bundle "3.0.0-M6"]