License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcn.sylinx |
ArtifactId | ArtifactIdredis-springboot-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-springboot-starter
redis springboot starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.sylinx/redis-springboot-starter/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>redis-springboot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/redis-springboot-starter/
implementation 'cn.sylinx:redis-springboot-starter:1.0'
// https://jarcasting.com/artifacts/cn.sylinx/redis-springboot-starter/
implementation ("cn.sylinx:redis-springboot-starter:1.0")
'cn.sylinx:redis-springboot-starter:jar:1.0'
<dependency org="cn.sylinx" name="redis-springboot-starter" rev="1.0">
<artifact name="redis-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='redis-springboot-starter', version='1.0')
)
libraryDependencies += "cn.sylinx" % "redis-springboot-starter" % "1.0"
[cn.sylinx/redis-springboot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
redis.clients : jedis | jar | |
cn.sylinx : toolkit.common.lang | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |