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