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