MVN

org.jvnet.hudson.plugins : liverebel-deploy

Maven & Gradle

Nov 21, 2012

LiveRebel Plugin · LiveRebel Plugin helps to run updates to your JEE containers faster. LiveRebel is a tool for hot updates without downtime, lost sessions and OutOfMemoryErrors. You have to have a running LiveRebel Command Center to use this plugin.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>liverebel-deploy</artifactId>
    <version>2.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : liverebel-deploy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.3

All Versions

Choose a version of org.jvnet.hudson.plugins : liverebel-deploy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
liverebel-deploy-2.5.3
liverebel-deploy-2.5.2
liverebel-deploy-2.5.1
2.5
liverebel-deploy-2.5
1.0.x
liverebel-deploy-1.0.3
liverebel-deploy-1.0.2
liverebel-deploy-1.0.1
1.0
liverebel-deploy-1.0
liverebel-deploy-1.0-M2

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : liverebel-deploy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>liverebel-deploy</artifactId>
    <version>2.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : liverebel-deploy gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:liverebel-deploy:2.5.3'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : liverebel-deploy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:liverebel-deploy:2.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : liverebel-deploy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "liverebel-deploy" % "2.5.3"