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