MVN

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

Maven & Gradle

May 23, 2013
2 usages

Geronimo Plugins, Remote Deploy :: Core · This application is essentially a servlet that accepts file upload requests from remote clients, which is necessary for remote deployment operations to work properly.

<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>geronimo-remote-deploy</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.plugins : geronimo-remote-deploy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Beta: 3.0-beta-1

All Versions

Choose a version of org.apache.geronimo.plugins : geronimo-remote-deploy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
geronimo-remote-deploy-3.0.1
geronimo-remote-deploy-3.0.0
3.0
geronimo-remote-deploy-3.0-beta-1
geronimo-remote-deploy-3.0-M1
2.2.x
geronimo-remote-deploy-2.2.1
2.2
geronimo-remote-deploy-2.2
2.1.x
geronimo-remote-deploy-2.1.8
geronimo-remote-deploy-2.1.7
geronimo-remote-deploy-2.1.6
geronimo-remote-deploy-2.1.5
geronimo-remote-deploy-2.1.4
geronimo-remote-deploy-2.1.3
geronimo-remote-deploy-2.1.2
geronimo-remote-deploy-2.1.1
2.1
geronimo-remote-deploy-2.1

How to add a dependency to Maven

Add the following org.apache.geronimo.plugins : geronimo-remote-deploy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>geronimo-remote-deploy</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.plugins : geronimo-remote-deploy gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.plugins:geronimo-remote-deploy:3.0.1'

Gradle Kotlin DSL: Add the following org.apache.geronimo.plugins : geronimo-remote-deploy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.plugins:geronimo-remote-deploy:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.plugins : geronimo-remote-deploy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-remote-deploy" % "3.0.1"