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