g

grace-events

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