Skip to content

0.0.1

Latest
Compare
Choose a tag to compare
@TranNgocKhoa TranNgocKhoa released this 07 May 08:29
· 2 commits to main since this release

Usage in build.gradle:

repositories {
    mavenCentral()
    maven {
        url 'https://s01.oss.sonatype.org/content/repositories/releases'
    }
}

dependencies {
    implementation 'io.github.tranngockhoa:spring-boot-starter-redis:0.0.1'
}