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