Download reakt-2.0.0.RELEASE.jar file - Jar r

Jar examples for r:reakt

Description

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

You can download jar file reakt 2.0.0.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add reakt-2.0.0.RELEASE.jar to your project.

<dependency>
   <groupId>io.advantageous</groupId>
   <artifactId>reakt</artifactId>
   <version>2.0.0.RELEASE</version>
</dependency>
compile group: 'io.advantageous', name: 'reakt', version: '2.0.0.RELEASE'
libraryDependencies += "io.advantageous" % "reakt" % "2.0.0.RELEASE"
<dependency org="io.advantageous" name="reakt" rev="2.0.0.RELEASE"/>
@Grapes(@Grab(group='io.advantageous', module='reakt', version='2.0.0.RELEASE'))
'io.advantageous:reakt:jar:2.0.0.RELEASE'

Download

Click the following link to download the jar file.

reakt-2.0.0.RELEASE-javadoc.jar
reakt-2.0.0.RELEASE-sources.jar
reakt-2.0.0.RELEASE.jar
reakt-2.0.0.RELEASE.pom



Related Tutorials