Download geronimo-remote-deploy-3.0.1.jar file - Jar g

Jar examples for g:geronimo-remote-deploy

Description

This application is essentially a servlet that accepts file upload requests from remote clients, which is necessary for remote deployment operations to work properly.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

geronimo-remote-deploy-3.0.1-javadoc.jar
geronimo-remote-deploy-3.0.1-sources.jar
geronimo-remote-deploy-3.0.1.pom



Related Tutorials