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
- Host: GitHub
- URL: https://github.com/akarnokd/reactive4java
- Owner: akarnokd
- License: apache-2.0
- Created: 2016-03-21T11:44:55.000Z (about 10 years ago)
- Default Branch: 0.x
- Last Pushed: 2020-10-29T07:41:25.000Z (over 5 years ago)
- Last Synced: 2025-02-10T21:19:19.940Z (over 1 year ago)
- Topics: java, reactive, rxjava
- Language: Java
- Homepage:
- Size: 8.45 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reactive4java
=================
[](http://codecov.io/github/akarnokd/reactive4java?branch=0.x)
[](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)