Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-remote-deploy |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-remote-deploy-1.0.pom | |
geronimo-remote-deploy-1.0.war | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-remote-deploy</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/
implementation 'geronimo:geronimo-remote-deploy:1.0'
// https://jarcasting.com/artifacts/geronimo/geronimo-remote-deploy/
implementation ("geronimo:geronimo-remote-deploy:1.0")
'geronimo:geronimo-remote-deploy:war:1.0'
<dependency org="geronimo" name="geronimo-remote-deploy" rev="1.0">
<artifact name="geronimo-remote-deploy" type="war" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-remote-deploy', version='1.0')
)
libraryDependencies += "geronimo" % "geronimo-remote-deploy" % "1.0"
[geronimo/geronimo-remote-deploy "1.0"]