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