| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeronimo Контейнер Application Servers |
| Группа | Группаorg.apache.geronimo.applications |
| Идентификатор | Идентификаторgeronimo-remote-deploy |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеGeronimo Applications :: Remote Deploy
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-remote-deploy-2.0.2.pom | |
| geronimo-remote-deploy-2.0.2.war | 26 KB |
| geronimo-remote-deploy-2.0.2-sources.jar | 10 KB |
| geronimo-remote-deploy-2.0.2-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-remote-deploy/ -->
<dependency>
<groupId>org.apache.geronimo.applications</groupId>
<artifactId>geronimo-remote-deploy</artifactId>
<version>2.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-remote-deploy/
implementation 'org.apache.geronimo.applications:geronimo-remote-deploy:2.0.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-remote-deploy/
implementation ("org.apache.geronimo.applications:geronimo-remote-deploy:2.0.2")
'org.apache.geronimo.applications:geronimo-remote-deploy:war:2.0.2'
<dependency org="org.apache.geronimo.applications" name="geronimo-remote-deploy" rev="2.0.2">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.applications', module='geronimo-remote-deploy', version='2.0.2')
)
libraryDependencies += "org.apache.geronimo.applications" % "geronimo-remote-deploy" % "2.0.2"
[org.apache.geronimo.applications/geronimo-remote-deploy "2.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar | 1.1 |
| org.apache.geronimo.modules : geronimo-kernel | jar | 2.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.geronimo.genesis.config : logging-config | jar | 1.2 |
| junit : junit | jar | 3.8.1 |