Download reacto-2.0.0.jar file - Jar r

Jar examples for r:reacto

Description

Reacto is a Java functional reactive library built for Java 8 and above.

You can download jar file reacto 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

reacto-2.0.0-javadoc.jar
reacto-2.0.0-sources.jar
reacto-2.0.0.jar
reacto-2.0.0.pom



Related Tutorials