Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdhotdeploy |
Version | Version3.0-beta-1 |
Type | Typepom |
Filename | Size |
---|---|
hotdeploy-3.0-beta-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/hotdeploy/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>hotdeploy</artifactId>
<version>3.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/hotdeploy/
implementation 'org.apache.geronimo.plugins:hotdeploy:3.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/hotdeploy/
implementation ("org.apache.geronimo.plugins:hotdeploy:3.0-beta-1")
'org.apache.geronimo.plugins:hotdeploy:pom:3.0-beta-1'
<dependency org="org.apache.geronimo.plugins" name="hotdeploy" rev="3.0-beta-1">
<artifact name="hotdeploy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='hotdeploy', version='3.0-beta-1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "hotdeploy" % "3.0-beta-1"
[org.apache.geronimo.plugins/hotdeploy "3.0-beta-1"]