Skip to content

lukasl-dev/flux4j

Repository files navigation

flux4j

Banner

📚 Introduction

Flux4J is a store implementation for reactive programming that is inspired by Flux and Redux.

🗳️ Dependency

Gradle

Add the the JitPack repository to yours as follows:

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

Add the dependency to yours as follows:

dependencies {
    implementation 'com.github.lukasl-dev:flux4j:0.0.1'
}

Maven

Add the the JitPack repository to yours as follows:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the dependency to yours as follows:

<dependencies>
    <dependency>
        <groupId>com.github.lukasl-dev</groupId>
        <artifactId>flux4j</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

Releases

No releases published

Languages