License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-jrebel |
Last Version | Last Version1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey JRebel plugin
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 |
---|---|
jersey-jrebel-1.11.pom | |
jersey-jrebel-1.11.jar | 5 KB |
jersey-jrebel-1.11-sources.jar | 2 KB |
jersey-jrebel-1.11-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-jrebel</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation 'com.sun.jersey:jersey-jrebel:1.11'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation ("com.sun.jersey:jersey-jrebel:1.11")
'com.sun.jersey:jersey-jrebel:jar:1.11'
<dependency org="com.sun.jersey" name="jersey-jrebel" rev="1.11">
<artifact name="jersey-jrebel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-jrebel', version='1.11')
)
libraryDependencies += "com.sun.jersey" % "jersey-jrebel" % "1.11"
[com.sun.jersey/jersey-jrebel "1.11"]
Group / Artifact | Type | Version |
---|---|---|
org.zeroturnaround : jr-sdk | jar | 3.1.2 |