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