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