License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionGeronimo Plugins, Remote Deploy :: Core
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.plugins/geronimo-remote-deploy/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>geronimo-remote-deploy</artifactId>
<version>3.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-remote-deploy/
implementation 'org.apache.geronimo.plugins:geronimo-remote-deploy:3.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-remote-deploy/
implementation ("org.apache.geronimo.plugins:geronimo-remote-deploy:3.0.1")
'org.apache.geronimo.plugins:geronimo-remote-deploy:war:3.0.1'
<dependency org="org.apache.geronimo.plugins" name="geronimo-remote-deploy" rev="3.0.1">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-remote-deploy', version='3.0.1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-remote-deploy" % "3.0.1"
[org.apache.geronimo.plugins/geronimo-remote-deploy "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |
org.apache.geronimo.framework : geronimo-kernel | jar | 3.0.1 |
org.osgi : org.osgi.core | jar | 4.3.1 |
org.osgi : org.osgi.compendium | jar | 4.2.0 |
org.slf4j : slf4j-api | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.testsupport : testsupport-common | jar | 3.0.1 |
junit : junit | jar | 4.5 |