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