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