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