MVN

com.sun.jersey : jersey-jrebel

Maven & Gradle

Dec 09, 2011
1 usages

Jersey JRebel plugin

<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-jrebel</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey : jersey-jrebel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of com.sun.jersey : jersey-jrebel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
jersey-jrebel-1.11
jersey-jrebel-1.11-b04
jersey-jrebel-1.11-b03
jersey-jrebel-1.11-b02
jersey-jrebel-1.11-b01
1.10
jersey-jrebel-1.10
jersey-jrebel-1.10-b05
jersey-jrebel-1.10-b04
jersey-jrebel-1.10-b03
jersey-jrebel-1.10-b02
jersey-jrebel-1.10-b01
1.9.x
jersey-jrebel-1.9.1
1.9
jersey-jrebel-1.9
jersey-jrebel-1.9-ea07
jersey-jrebel-1.9-ea06
jersey-jrebel-1.9-ea04
jersey-jrebel-1.9-ea03
jersey-jrebel-1.9-ea02
jersey-jrebel-1.9-ea01
1.8
jersey-jrebel-1.8
jersey-jrebel-1.8-ea04
jersey-jrebel-1.8-ea03
jersey-jrebel-1.8-ea02
jersey-jrebel-1.8-ea01
1.7
jersey-jrebel-1.7
jersey-jrebel-1.7-ea07
jersey-jrebel-1.7-ea06
jersey-jrebel-1.7-ea05
jersey-jrebel-1.7-ea04
jersey-jrebel-1.7-ea03
jersey-jrebel-1.7-ea02
jersey-jrebel-1.7-ea01
1.6
jersey-jrebel-1.6
jersey-jrebel-1.6-ea06
jersey-jrebel-1.6-ea05
jersey-jrebel-1.6-ea04
jersey-jrebel-1.6-ea03
jersey-jrebel-1.6-ea02
jersey-jrebel-1.6-ea01
1.5
jersey-jrebel-1.5
jersey-jrebel-1.5-ea09
jersey-jrebel-1.5-ea08
jersey-jrebel-1.5-ea07
jersey-jrebel-1.5-ea06
jersey-jrebel-1.5-ea05
jersey-jrebel-1.5-ea04
jersey-jrebel-1.5-ea03
jersey-jrebel-1.5-ea02
jersey-jrebel-1.5-ea01
1.4
jersey-jrebel-1.4
jersey-jrebel-1.4-ea06

How to add a dependency to Maven

Add the following com.sun.jersey : jersey-jrebel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-jrebel</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey : jersey-jrebel gradle dependency to your build.gradle file:

implementation 'com.sun.jersey:jersey-jrebel:1.11'

Gradle Kotlin DSL: Add the following com.sun.jersey : jersey-jrebel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey:jersey-jrebel:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey : jersey-jrebel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey" % "jersey-jrebel" % "1.11"