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