l

liverebel-deploy

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.
http://wiki.hudson-ci.org/display/HUDSON/LiveRebel+Deploy+Plugin
Toomas Romer Juri Timosin Mirko Adari Ats Uiboupin Tonis Pool
文件下载
文件名 操作
liverebel-deploy-2.5.3.jar 下载
liverebel-deploy-2.5.3.pom 下载
liverebel-deploy-2.5.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>liverebel-deploy</artifactId>
  <version>2.5.3</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:liverebel-deploy:2.5.3'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:liverebel-deploy:2.5.3")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "liverebel-deploy" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='liverebel-deploy', version='2.5.3')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="liverebel-deploy" rev="2.5.3" />
Leiningen
[org.jvnet.hudson.plugins/liverebel-deploy "2.5.3"]
Apache Buildr
'org.jvnet.hudson.plugins:liverebel-deploy:jar:2.5.3'