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