GroupId | GroupIdcom.comcast.magic-wand |
---|---|
ArtifactId | ArtifactIdspells |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
spells-4.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.comcast.magic-wand/spells/ -->
<dependency>
<groupId>com.comcast.magic-wand</groupId>
<artifactId>spells</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.magic-wand/spells/
implementation 'com.comcast.magic-wand:spells:4.0.1'
// https://jarcasting.com/artifacts/com.comcast.magic-wand/spells/
implementation ("com.comcast.magic-wand:spells:4.0.1")
'com.comcast.magic-wand:spells:pom:4.0.1'
<dependency org="com.comcast.magic-wand" name="spells" rev="4.0.1">
<artifact name="spells" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.comcast.magic-wand', module='spells', version='4.0.1')
)
libraryDependencies += "com.comcast.magic-wand" % "spells" % "4.0.1"
[com.comcast.magic-wand/spells "4.0.1"]