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