is not current version
Last Version 3.0.1

org.apache.geronimo.plugins:geronimo-remote-deploy 2.1.6

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

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

geronimo-remote-deploy
Version

Version

2.1.6
Type

Type

war

Download geronimo-remote-deploy 2.1.6


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