Jersey - JSR 311 Reference Implementation

Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services

License

License

CDDL+GPL License
Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey
Last Version

Last Version

0.8-ea
Release Date

Release Date

Type

Type

jar
Description

Description

Jersey - JSR 311 Reference Implementation
Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services
Project Organization

Project Organization

Sun Microsystems, Inc

Download jersey

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.ws.rs : jsr311-api jar 0.8
asm : asm jar 3.1

provided (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.8-ea