Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.glassfish.v3.osgi |
ArtifactId | ArtifactIdjersey-gf-bundle |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey bundle repackaged as OSGi module for GlassFish
Module repackaging of the Jersey bundle
|
Filename | Size |
---|---|
jersey-gf-bundle-1.2.pom | |
jersey-gf-bundle-1.2.jar | 1 MB |
jersey-gf-bundle-1.2-sources.jar | 4 KB |
jersey-gf-bundle-1.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle/ -->
<dependency>
<groupId>com.sun.jersey.glassfish.v3.osgi</groupId>
<artifactId>jersey-gf-bundle</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle/
implementation 'com.sun.jersey.glassfish.v3.osgi:jersey-gf-bundle:1.2'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle/
implementation ("com.sun.jersey.glassfish.v3.osgi:jersey-gf-bundle:1.2")
'com.sun.jersey.glassfish.v3.osgi:jersey-gf-bundle:jar:1.2'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jersey-gf-bundle" rev="1.2">
<artifact name="jersey-gf-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jersey-gf-bundle', version='1.2')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jersey-gf-bundle" % "1.2"
[com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.external : asm-all-repackaged | jar | 3.0-b43 |
org.codehaus.jettison : jettison | jar | 1.1 |
com.sun.jersey.glassfish.v3.osgi : jackson-core-asl | jar | 1.2 |
com.sun.jersey : jersey-bundle | jar | 1.2 |