is not current version
Last Version 3.0.0-M1

org.glassfish.jersey.examples.osgi-http-service:bundle 2.23.1

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

Type

jar

Download bundle 2.23.1


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