is not current version
Last Version 3.0.0-RC2

org.glassfish.jersey.examples:osgi-http-service 2.28-RC4

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

2.28-RC4
Type

Type

pom

Download osgi-http-service 2.28-RC4


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