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