<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-console-web</artifactId> <version>1.0</version> </dependency>
implementation 'geronimo:geronimo-console-web:1.0'
implementation("geronimo:geronimo-console-web:1.0")
libraryDependencies += "geronimo" % "geronimo-console-web" % "1.0"
@Grapes( @Grab(group='geronimo', module='geronimo-console-web', version='1.0') )
<dependency org="geronimo" name="geronimo-console-web" rev="1.0" />
[geronimo/geronimo-console-web "1.0"]
'geronimo:geronimo-console-web:jar:1.0'
compile
|-- org.apache.geronimo.specs:geronimo-servlet_2.4_spec:1.0
|-- org.apache.geronimo.specs:geronimo-jsp_2.0_spec:1.0
|-- mx4j:mx4j:3.0.1
|-- commons-logging:commons-logging:1.0.4
|-- commons-jelly:commons-jelly-tags-velocity:1.0
|-- velocity:velocity:1.4