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