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