An open API service indexing awesome lists of open source software.

https://github.com/akarnokd/reactive4java

Library for reactive, dataflow oriented programming for Java - the very first ReactiveX-style reactive programming library on the JVM from 2011-2012
https://github.com/akarnokd/reactive4java

java reactive rxjava

Last synced: about 1 year ago
JSON representation

Library for reactive, dataflow oriented programming for Java - the very first ReactiveX-style reactive programming library on the JVM from 2011-2012

Awesome Lists containing this project

README

          

reactive4java
=================


[![codecov.io](http://codecov.io/github/akarnokd/reactive4java/coverage.svg?branch=0.x)](http://codecov.io/github/akarnokd/reactive4java?branch=0.x)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.akarnokd/reactive4java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.akarnokd/reactive4java)

Library for reactive, dataflow oriented programming for Java - the very first ReactiveX-style reactive programming library on the JVM from 2011-2012.

Practical development on this library is defunct, this repo serves as an archive, source for comparative research and contains minor improvements to make it available on maven.

Users are encouraged to use [RxJava](https://github.com/ReactiveX/RxJava) as a natural successor since 2013.

# Releases

**gradle**

```groovy
dependencies {
compile 'com.github.akarnokd:reactive4java:0.98.1'
}
```

**ivy**

```xml

```

Maven search:

[http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.akarnokd%22)