Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/glung/redux-java
- Owner: glung
- License: mit
- Created: 2015-09-15T18:17:19.000Z (over 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2018-07-16T11:41:42.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:27:03.305Z (6 months ago)
- Language: Java
- Homepage: https://github.com/jvm-redux/
- Size: 1.59 MB
- Stars: 327
- Watchers: 7
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```