raynichc / Gravity

Simple Redis data abstraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravity

Simple Redis data abstraction.

Add As A Dependency

Maven:

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

<dependency>
    <groupId>com.github.Arraying</groupId>
    <artifactId>Gravity</artifactId>
    <version>VERSION</version>
</dependency>

Gradle:

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

dependencies {
    implementation 'com.github.Arraying:Gravity:VERSION'
}

About

Simple Redis data abstraction


Languages

Language:Java 100.0%