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