Releases: TranNgocKhoa/spring-boot-starter-redis
Releases · TranNgocKhoa/spring-boot-starter-redis
0.0.1
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'
}