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