is not current version
Last Version 1.19.4

com.sun.jersey:glassfish 1.11.2


Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

glassfish
Version

Version

1.11.2
Type

Type

pom

Download glassfish 1.11.2

Filename Size
glassfish-1.11.2.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.jersey/glassfish/ -->
<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>glassfish</artifactId>
    <version>1.11.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/glassfish/
implementation 'com.sun.jersey:glassfish:1.11.2'
// https://jarcasting.com/artifacts/com.sun.jersey/glassfish/
implementation ("com.sun.jersey:glassfish:1.11.2")
'com.sun.jersey:glassfish:pom:1.11.2'
<dependency org="com.sun.jersey" name="glassfish" rev="1.11.2">
  <artifact name="glassfish" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='glassfish', version='1.11.2')
)
libraryDependencies += "com.sun.jersey" % "glassfish" % "1.11.2"
[com.sun.jersey/glassfish "1.11.2"]