Download remote-deploy-jetty-1.2-beta.jar file - Jar r

Jar examples for r:remote-deploy-jetty

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 remote-deploy-jetty 1.2-beta in this page.

License

Apache License

Build File

You can use the following script to add remote-deploy-jetty-1.2-beta.jar to your project.

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

Download

Click the following link to download the jar file.

remote-deploy-jetty-1.2-beta-sources.jar
remote-deploy-jetty-1.2-beta.pom



Related Tutorials