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