MVN

org.eclipse.hudson.plugins : liverebel-deploy

Maven & Gradle

Mar 19, 2013

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.eclipse.hudson.plugins</groupId>
    <artifactId>liverebel-deploy</artifactId>
    <version>2.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.6

All Versions

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

Version Vulnerabilities Updated
2.5.x
liverebel-deploy-2.5.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.hudson.plugins</groupId>
    <artifactId>liverebel-deploy</artifactId>
    <version>2.5.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.hudson.plugins:liverebel-deploy:2.5.6'

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

implementation("org.eclipse.hudson.plugins:liverebel-deploy:2.5.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.hudson.plugins" % "liverebel-deploy" % "2.5.6"