License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdjersey |
ArtifactId | ArtifactIdjersey |
Last Version | Last Version0.7-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.7-ea.pom | |
jersey-0.7-ea.pom.svn-base | 3 KB |
jersey-0.7-ea-sources.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jersey/jersey/ -->
<dependency>
<groupId>jersey</groupId>
<artifactId>jersey</artifactId>
<version>0.7-ea</version>
</dependency>
// https://jarcasting.com/artifacts/jersey/jersey/
implementation 'jersey:jersey:0.7-ea'
// https://jarcasting.com/artifacts/jersey/jersey/
implementation ("jersey:jersey:0.7-ea")
'jersey:jersey:jar:0.7-ea'
<dependency org="jersey" name="jersey" rev="0.7-ea">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='jersey', module='jersey', version='0.7-ea')
)
libraryDependencies += "jersey" % "jersey" % "0.7-ea"
[jersey "0.7-ea"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : jsr311-api | jar | 0.7 |
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 |