License |
License
CDDL+GPL License
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey |
Last Version | Last Version0.8-ea |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey - JSR 311 Reference Implementation
Open source JAX-RS (JSR 311) Reference Implementation for building
RESTful Web services
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey-0.8-ea.pom | |
jersey-0.8-ea.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey</artifactId>
<version>0.8-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey/
implementation 'com.sun.jersey:jersey:0.8-ea'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey/
implementation ("com.sun.jersey:jersey:0.8-ea")
'com.sun.jersey:jersey:jar:0.8-ea'
<dependency org="com.sun.jersey" name="jersey" rev="0.8-ea">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey', version='0.8-ea')
)
libraryDependencies += "com.sun.jersey" % "jersey" % "0.8-ea"
[com.sun.jersey/jersey "0.8-ea"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : jsr311-api | jar | 0.8 |
asm : asm | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : jsr250-api | jar | 1.0 |
javax.persistence : persistence-api | jar | 1.0.2 |
javax.servlet : servlet-api | jar | 2.5 |