MVN

geronimo : remote-deploy-jetty

Maven & Gradle

Sep 19, 2006

Geronimo :: Remote Deploy Jetty Application · 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>geronimo</groupId>
    <artifactId>remote-deploy-jetty</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of geronimo : remote-deploy-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of geronimo : remote-deploy-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
remote-deploy-jetty-1.1.1
1.1
remote-deploy-jetty-1.1
1.0
remote-deploy-jetty-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>geronimo</groupId>
    <artifactId>remote-deploy-jetty</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'geronimo:remote-deploy-jetty:1.1.1'

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

implementation("geronimo:remote-deploy-jetty:1.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "geronimo" % "remote-deploy-jetty" % "1.1.1"

Advertisement