| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.sun.jersey.glassfish.v3.osgi |
| ArtifactId | ArtifactIdjersey-gf-bundle |
| Version | Version1.1.3-ea |
| Type | Typejar |
| Filename | Size |
|---|---|
| jersey-gf-bundle-1.1.3-ea.pom | |
| jersey-gf-bundle-1.1.3-ea.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.1.3-ea</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.1.3-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle/
implementation ("com.sun.jersey.glassfish.v3.osgi:jersey-gf-bundle:1.1.3-ea")
'com.sun.jersey.glassfish.v3.osgi:jersey-gf-bundle:jar:1.1.3-ea'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jersey-gf-bundle" rev="1.1.3-ea">
<artifact name="jersey-gf-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jersey-gf-bundle', version='1.1.3-ea')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jersey-gf-bundle" % "1.1.3-ea"
[com.sun.jersey.glassfish.v3.osgi/jersey-gf-bundle "1.1.3-ea"]