a

async

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