is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle 2.9

OSGi Helloworld Webapp - additional bundle

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples.osgi-helloworld-webapp
ArtifactId

ArtifactId

additional-bundle
Version

Version

2.9
Type

Type

jar

Download additional-bundle 2.9


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/additional-bundle/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
    <artifactId>additional-bundle</artifactId>
    <version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/additional-bundle/
implementation 'org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:2.9'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/additional-bundle/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:2.9")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:jar:2.9'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="additional-bundle" rev="2.9">
  <artifact name="additional-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='additional-bundle', version='2.9')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "additional-bundle" % "2.9"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/additional-bundle "2.9"]