| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.examples.osgi-helloworld-webapp |
| ArtifactId | ArtifactIdlib-bundle |
| Version | Version3.0.0-RC2 |
| Type | Typejar |
| Description |
Descriptionjersey-examples-osgi-helloworld-webapp-lib
OSGi Helloworld Webapp - lib bundle
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| lib-bundle-3.0.0-RC2.pom | |
| lib-bundle-3.0.0-RC2.jar | 19 KB |
| lib-bundle-3.0.0-RC2-sources.jar | 18 KB |
| lib-bundle-3.0.0-RC2-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>3.0.0-RC2</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:3.0.0-RC2'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/lib-bundle/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:3.0.0-RC2")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:jar:3.0.0-RC2'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="lib-bundle" rev="3.0.0-RC2">
<artifact name="lib-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='lib-bundle', version='3.0.0-RC2')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "lib-bundle" % "3.0.0-RC2"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/lib-bundle "3.0.0-RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |