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