is not current version
Last Version 2.0.0.RELEASE

io.advantageous:reakt 0.1.0-RC1

Reactive interfaces. Promises, Streams, Callbacks, Async results, interfaces for Java that are lambda expression friendly and fluent.

Categories

Categories

Ant Build Tools Geo Business Logic Libraries Geospatial
GroupId

GroupId

io.advantageous
ArtifactId

ArtifactId

reakt
Version

Version

0.1.0-RC1
Type

Type

jar

Download reakt 0.1.0-RC1


<!-- https://jarcasting.com/artifacts/io.advantageous/reakt/ -->
<dependency>
    <groupId>io.advantageous</groupId>
    <artifactId>reakt</artifactId>
    <version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous/reakt/
implementation 'io.advantageous:reakt:0.1.0-RC1'
// https://jarcasting.com/artifacts/io.advantageous/reakt/
implementation ("io.advantageous:reakt:0.1.0-RC1")
'io.advantageous:reakt:jar:0.1.0-RC1'
<dependency org="io.advantageous" name="reakt" rev="0.1.0-RC1">
  <artifact name="reakt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous', module='reakt', version='0.1.0-RC1')
)
libraryDependencies += "io.advantageous" % "reakt" % "0.1.0-RC1"
[io.advantageous/reakt "0.1.0-RC1"]