Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples.osgi-http-service |
ArtifactId | ArtifactIdbundle |
Version | Version1.13 |
Type | Typejar |
Filename | Size |
---|---|
bundle-1.13.pom | |
bundle-1.13.jar | 9 KB |
bundle-1.13-sources.jar | 5 KB |
bundle-1.13-project.zip | 9 KB |
bundle-1.13-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples.osgi-http-service/bundle/ -->
<dependency>
<groupId>com.sun.jersey.samples.osgi-http-service</groupId>
<artifactId>bundle</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples.osgi-http-service/bundle/
implementation 'com.sun.jersey.samples.osgi-http-service:bundle:1.13'
// https://jarcasting.com/artifacts/com.sun.jersey.samples.osgi-http-service/bundle/
implementation ("com.sun.jersey.samples.osgi-http-service:bundle:1.13")
'com.sun.jersey.samples.osgi-http-service:bundle:jar:1.13'
<dependency org="com.sun.jersey.samples.osgi-http-service" name="bundle" rev="1.13">
<artifact name="bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples.osgi-http-service', module='bundle', version='1.13')
)
libraryDependencies += "com.sun.jersey.samples.osgi-http-service" % "bundle" % "1.13"
[com.sun.jersey.samples.osgi-http-service/bundle "1.13"]