g

geronimo-remote-deploy

This application is essentially a servlet that accepts file upload requests from remote clients, which is necessary for remote deployment operations to work properly.
Files download
File Operation
geronimo-remote-deploy-2.2.1.pom download
geronimo-remote-deploy-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.plugins</groupId>
  <artifactId>geronimo-remote-deploy</artifactId>
  <version>2.2.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.plugins:geronimo-remote-deploy:2.2.1'
Gradle Kotlin
implementation("org.apache.geronimo.plugins:geronimo-remote-deploy:2.2.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-remote-deploy" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.plugins', module='geronimo-remote-deploy', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.plugins" name="geronimo-remote-deploy" rev="2.2.1" />
Leiningen
[org.apache.geronimo.plugins/geronimo-remote-deploy "2.2.1"]
Apache Buildr
'org.apache.geronimo.plugins:geronimo-remote-deploy:jar:2.2.1'