e

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
events-5.0.2.jar download
events-5.0.2.pom download
events-5.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>events</artifactId>
  <version>5.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:events:5.0.2'
Gradle Kotlin
implementation("org.grails.plugins:events:5.0.2")
Scala SBT
libraryDependencies += "org.grails.plugins" % "events" % "5.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='events', version='5.0.2')
)
Apache Ivy
<dependency org="org.grails.plugins" name="events" rev="5.0.2" />
Leiningen
[org.grails.plugins/events "5.0.2"]
Apache Buildr
'org.grails.plugins:events:jar:5.0.2'