Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Version | Version2.2 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-remote-deploy-2.2.pom | |
geronimo-remote-deploy-2.2.war | 27 KB |
geronimo-remote-deploy-2.2-sources.jar | 10 KB |
geronimo-remote-deploy-2.2-javadoc.jar | 42 KB |
Browse |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-remote-deploy/
implementation ("org.apache.geronimo.plugins:geronimo-remote-deploy:2.2")
'org.apache.geronimo.plugins:geronimo-remote-deploy:war:2.2'
<dependency org="org.apache.geronimo.plugins" name="geronimo-remote-deploy" rev="2.2">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-remote-deploy', version='2.2')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-remote-deploy" % "2.2"
[org.apache.geronimo.plugins/geronimo-remote-deploy "2.2"]