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