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