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