is not current version
Last Version 1.11

com.sun.jersey:jersey-jrebel 1.10-b01


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-jrebel
Version

Version

1.10-b01
Type

Type

jar

Download jersey-jrebel 1.10-b01


<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/ -->
<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-jrebel</artifactId>
    <version>1.10-b01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation 'com.sun.jersey:jersey-jrebel:1.10-b01'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation ("com.sun.jersey:jersey-jrebel:1.10-b01")
'com.sun.jersey:jersey-jrebel:jar:1.10-b01'
<dependency org="com.sun.jersey" name="jersey-jrebel" rev="1.10-b01">
  <artifact name="jersey-jrebel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-jrebel', version='1.10-b01')
)
libraryDependencies += "com.sun.jersey" % "jersey-jrebel" % "1.10-b01"
[com.sun.jersey/jersey-jrebel "1.10-b01"]