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