Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glung/redux-java

The java version of Redux : a predictable state container for apps.
https://github.com/glung/redux-java

Last synced: 3 months ago
JSON representation

The java version of Redux : a predictable state container for apps.

Awesome Lists containing this project

README

        

// This project is unmaintained //

# ▲▲▲ Redux-java ▲▲▲

A java implementation of [jvm-redux-api](https://github.com/jvm-redux/jvm-redux-api)

# Integration

## Gradle

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

```
dependencies {
compile 'com.github.glung:redux-java:1.0'
}
```

## Maven
```


jitpack.io
https://jitpack.io

```

```

com.github.glung
redux-java
1.0

```