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