is not current version
Last Version 3.0.0-RC2

org.glassfish.jersey.examples:osgi-http-service 3.0.0-M6

OSGi HttpService example

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

osgi-http-service
Version

Version

3.0.0-M6
Type

Type

pom

Download osgi-http-service 3.0.0-M6


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