is not current version
Last Version 3.1.0-M3

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

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.28
Type

Type

jar

Download additional-bundle 2.28


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