Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionGeronimo :: Remote Deploy 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
geronimo-remote-deploy-1.1.1.pom | |
geronimo-remote-deploy-1.1.1.war | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-remote-deploy</artifactId>
<version>1.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/
implementation 'geronimo:geronimo-remote-deploy:1.1.1'
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/
implementation ("geronimo:geronimo-remote-deploy:1.1.1")
'geronimo:geronimo-remote-deploy:war:1.1.1'
<dependency org="geronimo" name="geronimo-remote-deploy" rev="1.1.1">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-remote-deploy', version='1.1.1')
)
libraryDependencies += "geronimo" % "geronimo-remote-deploy" % "1.1.1"
[geronimo/geronimo-remote-deploy "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-servlet_2.4_spec | jar | 1.0.1 |
geronimo : geronimo-remote-deploy-lib | jar | 1.1.1 |
commons-jelly : commons-jelly-tags-velocity | jar | 1.0 |
velocity : velocity | jar | 1.4 |