Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.glassfish.v3.osgi |
ArtifactId | ArtifactIdjersey-gf-server |
Version | Version1.4-ea01 |
Type | Typejar |
Filename | Size |
---|---|
jersey-gf-server-1.4-ea01.pom | |
jersey-gf-server-1.4-ea01.jar | 611 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-server/ -->
<dependency>
<groupId>com.sun.jersey.glassfish.v3.osgi</groupId>
<artifactId>jersey-gf-server</artifactId>
<version>1.4-ea01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-server/
implementation 'com.sun.jersey.glassfish.v3.osgi:jersey-gf-server:1.4-ea01'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jersey-gf-server/
implementation ("com.sun.jersey.glassfish.v3.osgi:jersey-gf-server:1.4-ea01")
'com.sun.jersey.glassfish.v3.osgi:jersey-gf-server:jar:1.4-ea01'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jersey-gf-server" rev="1.4-ea01">
<artifact name="jersey-gf-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jersey-gf-server', version='1.4-ea01')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jersey-gf-server" % "1.4-ea01"
[com.sun.jersey.glassfish.v3.osgi/jersey-gf-server "1.4-ea01"]