License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcn.sylinx |
ArtifactId | ArtifactIdredis-spring-boot-starter |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-spring-boot-starter
redis spring boot starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.sylinx/redis-spring-boot-starter/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/redis-spring-boot-starter/
implementation 'cn.sylinx:redis-spring-boot-starter:1.0.6'
// https://jarcasting.com/artifacts/cn.sylinx/redis-spring-boot-starter/
implementation ("cn.sylinx:redis-spring-boot-starter:1.0.6")
'cn.sylinx:redis-spring-boot-starter:jar:1.0.6'
<dependency org="cn.sylinx" name="redis-spring-boot-starter" rev="1.0.6">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='redis-spring-boot-starter', version='1.0.6')
)
libraryDependencies += "cn.sylinx" % "redis-spring-boot-starter" % "1.0.6"
[cn.sylinx/redis-spring-boot-starter "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |