GroupId | GroupIdcom.disney.groovity |
---|---|
ArtifactId | ArtifactIdgroovity-events |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
groovity-events-2.0.2.pom | |
groovity-events-2.0.2.jar | 54 KB |
groovity-events-2.0.2-sources.jar | 9 KB |
groovity-events-2.0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/groovity-events/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>groovity-events</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-events/
implementation 'com.disney.groovity:groovity-events:2.0.2'
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-events/
implementation ("com.disney.groovity:groovity-events:2.0.2")
'com.disney.groovity:groovity-events:jar:2.0.2'
<dependency org="com.disney.groovity" name="groovity-events" rev="2.0.2">
<artifact name="groovity-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='groovity-events', version='2.0.2')
)
libraryDependencies += "com.disney.groovity" % "groovity-events" % "2.0.2"
[com.disney.groovity/groovity-events "2.0.2"]