is not current version
Last Version 1.1.1

geronimo:geronimo-remote-deploy-lib 1.0

A GBean for the remote deployment web app. Unfortunately this can't be built and pacakged into the WAR due to an outstanding classloader issue with GBeans and WAR files.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

geronimo
ArtifactId

ArtifactId

geronimo-remote-deploy-lib
Version

Version

1.0
Type

Type

jar

Download geronimo-remote-deploy-lib 1.0


<!-- https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy-lib/ -->
<dependency>
    <groupId>geronimo</groupId>
    <artifactId>geronimo-remote-deploy-lib</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy-lib/
implementation 'geronimo:geronimo-remote-deploy-lib:1.0'
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy-lib/
implementation ("geronimo:geronimo-remote-deploy-lib:1.0")
'geronimo:geronimo-remote-deploy-lib:jar:1.0'
<dependency org="geronimo" name="geronimo-remote-deploy-lib" rev="1.0">
  <artifact name="geronimo-remote-deploy-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-remote-deploy-lib', version='1.0')
)
libraryDependencies += "geronimo" % "geronimo-remote-deploy-lib" % "1.0"
[geronimo/geronimo-remote-deploy-lib "1.0"]