g

grace-async

Provides Async features of Grace aim to simplify concurrent programming within the framework and include the concept of Promises and a unified event model.
https://async.graceframework.org/latest/
The Apache Software License, Version 2.0
Michael Yan
Files download
File Operation
grace-async-5.0.1.jar download
grace-async-5.0.1.pom download
grace-async-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graceframework</groupId>
  <artifactId>grace-async</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.graceframework:grace-async:5.0.1'
Gradle Kotlin
implementation("org.graceframework:grace-async:5.0.1")
Scala SBT
libraryDependencies += "org.graceframework" % "grace-async" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.graceframework', module='grace-async', version='5.0.1')
)
Apache Ivy
<dependency org="org.graceframework" name="grace-async" rev="5.0.1" />
Leiningen
[org.graceframework/grace-async "5.0.1"]
Apache Buildr
'org.graceframework:grace-async:jar:5.0.1'