не последняя версия
Последняя версия 3.0.1

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

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

Категории

Категории

Geronimo Контейнер Application Servers
Группа

Группа

org.apache.geronimo.plugins
Идентификатор

Идентификатор

geronimo-remote-deploy
Версия

Версия

2.1.5
Тип

Тип

war

Скачать geronimo-remote-deploy 2.1.5


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