r

reakt

Reactive interfaces. Promises, Streams, Callbacks, Async results, interfaces for Java that are lambda expression friendly and fluent.
https://github.com/advantageous/reakt
The Apache Software License, Version 2.0
Richard Hightower Geoffrey Chandler
Files download
File Operation
reakt-3.0.4.RELEASE.jar download
reakt-3.0.4.RELEASE.pom download
reakt-3.0.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.advantageous.reakt</groupId>
  <artifactId>reakt</artifactId>
  <version>3.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.advantageous.reakt:reakt:3.0.4.RELEASE'
Gradle Kotlin
implementation("io.advantageous.reakt:reakt:3.0.4.RELEASE")
Scala SBT
libraryDependencies += "io.advantageous.reakt" % "reakt" % "3.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.advantageous.reakt', module='reakt', version='3.0.4.RELEASE')
)
Apache Ivy
<dependency org="io.advantageous.reakt" name="reakt" rev="3.0.4.RELEASE" />
Leiningen
[io.advantageous.reakt/reakt "3.0.4.RELEASE"]
Apache Buildr
'io.advantageous.reakt:reakt:jar:3.0.4.RELEASE'
Dependencies