| Categories | CategoriesSpring Boot Container Microservices Redis Data Databases | 
|---|---|
| GroupId | GroupIdcn.org.faster | 
| ArtifactId | ArtifactIdspring-boot-starter-redis | 
| Version | Version1.3.8.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-redis/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>spring-boot-starter-redis</artifactId>
    <version>1.3.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-redis/
implementation 'cn.org.faster:spring-boot-starter-redis:1.3.8.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-redis/
implementation ("cn.org.faster:spring-boot-starter-redis:1.3.8.RELEASE")'cn.org.faster:spring-boot-starter-redis:jar:1.3.8.RELEASE'<dependency org="cn.org.faster" name="spring-boot-starter-redis" rev="1.3.8.RELEASE">
  <artifact name="spring-boot-starter-redis" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-redis', version='1.3.8.RELEASE')
)libraryDependencies += "cn.org.faster" % "spring-boot-starter-redis" % "1.3.8.RELEASE"[cn.org.faster/spring-boot-starter-redis "1.3.8.RELEASE"]