GroupId | GroupIdcom.disney.groovity |
---|---|
ArtifactId | ArtifactIdgroovity-jar-runner |
Version | Version2.0.0-rc.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/groovity-jar-runner/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>groovity-jar-runner</artifactId>
<version>2.0.0-rc.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-jar-runner/
implementation 'com.disney.groovity:groovity-jar-runner:2.0.0-rc.19'
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-jar-runner/
implementation ("com.disney.groovity:groovity-jar-runner:2.0.0-rc.19")
'com.disney.groovity:groovity-jar-runner:jar:2.0.0-rc.19'
<dependency org="com.disney.groovity" name="groovity-jar-runner" rev="2.0.0-rc.19">
<artifact name="groovity-jar-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='groovity-jar-runner', version='2.0.0-rc.19')
)
libraryDependencies += "com.disney.groovity" % "groovity-jar-runner" % "2.0.0-rc.19"
[com.disney.groovity/groovity-jar-runner "2.0.0-rc.19"]