License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.applications |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionGeronimo 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.
|
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar | 1.1 |
org.apache.geronimo.modules : geronimo-kernel | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.genesis.config : logging-config | jar | 1.2 |
junit : junit | jar | 3.8.1 |