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