Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Version | Version2.1.8 |
Type | Typewar |
<!-- 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.1.8</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.1.8'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-remote-deploy/
implementation ("org.apache.geronimo.plugins:geronimo-remote-deploy:2.1.8")
'org.apache.geronimo.plugins:geronimo-remote-deploy:war:2.1.8'
<dependency org="org.apache.geronimo.plugins" name="geronimo-remote-deploy" rev="2.1.8">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-remote-deploy', version='2.1.8')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-remote-deploy" % "2.1.8"
[org.apache.geronimo.plugins/geronimo-remote-deploy "2.1.8"]