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