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