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