License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdglassfish |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionglassfish
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
glassfish-1.19.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/glassfish/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>glassfish</artifactId>
<version>1.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/glassfish/
implementation 'com.sun.jersey:glassfish:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey/glassfish/
implementation ("com.sun.jersey:glassfish:1.19.4")
'com.sun.jersey:glassfish:pom:1.19.4'
<dependency org="com.sun.jersey" name="glassfish" rev="1.19.4">
<artifact name="glassfish" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='glassfish', version='1.19.4')
)
libraryDependencies += "com.sun.jersey" % "glassfish" % "1.19.4"
[com.sun.jersey/glassfish "1.19.4"]