g

geronimo-hot-deploy

Provides hot deployment for Geronimo.
Files download
File Operation
geronimo-hot-deploy-2.1.5.jar download
geronimo-hot-deploy-2.1.5.pom download
geronimo-hot-deploy-2.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.modules</groupId>
  <artifactId>geronimo-hot-deploy</artifactId>
  <version>2.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.modules:geronimo-hot-deploy:2.1.5'
Gradle Kotlin
implementation("org.apache.geronimo.modules:geronimo-hot-deploy:2.1.5")
Scala SBT
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-hot-deploy" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.modules', module='geronimo-hot-deploy', version='2.1.5')
)
Apache Ivy
<dependency org="org.apache.geronimo.modules" name="geronimo-hot-deploy" rev="2.1.5" />
Leiningen
[org.apache.geronimo.modules/geronimo-hot-deploy "2.1.5"]
Apache Buildr
'org.apache.geronimo.modules:geronimo-hot-deploy:jar:2.1.5'