r

remote-deploy

remote-deploy plugin
Files download
File Operation
remote-deploy-3.0-beta-1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.plugins</groupId>
  <artifactId>remote-deploy</artifactId>
  <version>3.0-beta-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.plugins:remote-deploy:3.0-beta-1'
Gradle Kotlin
implementation("org.apache.geronimo.plugins:remote-deploy:3.0-beta-1")
Scala SBT
libraryDependencies += "org.apache.geronimo.plugins" % "remote-deploy" % "3.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.plugins', module='remote-deploy', version='3.0-beta-1')
)
Apache Ivy
<dependency org="org.apache.geronimo.plugins" name="remote-deploy" rev="3.0-beta-1" />
Leiningen
[org.apache.geronimo.plugins/remote-deploy "3.0-beta-1"]
Apache Buildr
'org.apache.geronimo.plugins:remote-deploy:jar:3.0-beta-1'