is not current version
Last Version 3.0.0-RC2

org.glassfish.jersey.examples:osgi-http-service 2.0-m13-3


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.0-m13-3
Type

Type

pom

Download osgi-http-service 2.0-m13-3


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