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