Download geronimo-remote-deploy-lib-1.0.jar file - Jar g

Jar examples for g:geronimo-remote-deploy-lib

Description

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.

You can download jar file geronimo-remote-deploy-lib 1.0 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-remote-deploy-lib-1.0.jar to your project.

<dependency>
   <groupId>geronimo</groupId>
   <artifactId>geronimo-remote-deploy-lib</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'geronimo', name: 'geronimo-remote-deploy-lib', version: '1.0'
libraryDependencies += "geronimo" % "geronimo-remote-deploy-lib" % "1.0"
<dependency org="geronimo" name="geronimo-remote-deploy-lib" rev="1.0"/>
@Grapes(@Grab(group='geronimo', module='geronimo-remote-deploy-lib', version='1.0'))
'geronimo:geronimo-remote-deploy-lib:jar:1.0'

Download

Click the following link to download the jar file.

geronimo-remote-deploy-lib-1.0.jar
geronimo-remote-deploy-lib-1.0.pom



Related Tutorials