g

grails-events

Grails Async Libraries
https://github.com/grails/grails-async
The Apache Software License, Version 2.0
Graeme Rocher Mattias Reichel
Files download
File Operation
grails-events-5.0.1.jar download
grails-events-5.0.1.pom download
grails-events-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails</groupId>
  <artifactId>grails-events</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.grails:grails-events:5.0.1'
Gradle Kotlin
implementation("org.grails:grails-events:5.0.1")
Scala SBT
libraryDependencies += "org.grails" % "grails-events" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.grails', module='grails-events', version='5.0.1')
)
Apache Ivy
<dependency org="org.grails" name="grails-events" rev="5.0.1" />
Leiningen
[org.grails/grails-events "5.0.1"]
Apache Buildr
'org.grails:grails-events:jar:5.0.1'