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