is not current version
Last Version 3.0.0-M1

org.glassfish.jersey.examples.osgi-http-service:bundle 2.26-b03

OSGi HttpService example bundle

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples.osgi-http-service
ArtifactId

ArtifactId

bundle
Version

Version

2.26-b03
Type

Type

jar

Download bundle 2.26-b03


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