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