Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples.osgi-http-service |
ArtifactId | ArtifactIdbundle |
Version | Version2.24 |
Type | Typejar |
Filename | Size |
---|---|
bundle-2.24.pom | |
bundle-2.24.jar | 9 KB |
bundle-2.24-sources.jar | 5 KB |
bundle-2.24-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-http-service/bundle/ -->
<dependency>
<groupId>org.glassfish.jersey.examples.osgi-http-service</groupId>
<artifactId>bundle</artifactId>
<version>2.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-http-service/bundle/
implementation 'org.glassfish.jersey.examples.osgi-http-service:bundle:2.24'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-http-service/bundle/
implementation ("org.glassfish.jersey.examples.osgi-http-service:bundle:2.24")
'org.glassfish.jersey.examples.osgi-http-service:bundle:jar:2.24'
<dependency org="org.glassfish.jersey.examples.osgi-http-service" name="bundle" rev="2.24">
<artifact name="bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-http-service', module='bundle', version='2.24')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-http-service" % "bundle" % "2.24"
[org.glassfish.jersey.examples.osgi-http-service/bundle "2.24"]