Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdosgi-http-service |
Version | Version2.0-m05-1 |
Type | Typepom |
Filename | Size |
---|---|
osgi-http-service-2.0-m05-1.pom | 2 KB |
Browse |
<!-- 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-m05-1</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-m05-1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-http-service/
implementation ("org.glassfish.jersey.examples:osgi-http-service:2.0-m05-1")
'org.glassfish.jersey.examples:osgi-http-service:pom:2.0-m05-1'
<dependency org="org.glassfish.jersey.examples" name="osgi-http-service" rev="2.0-m05-1">
<artifact name="osgi-http-service" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='osgi-http-service', version='2.0-m05-1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "osgi-http-service" % "2.0-m05-1"
[org.glassfish.jersey.examples/osgi-http-service "2.0-m05-1"]