License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcn.ziyicloud.framework.boot |
ArtifactId | ArtifactIdziyi-boot-starter-data-redis |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZiyi Boot Data Redis Starter
Starter for using Redis key-value data store with Spring Data Redis and the Lettuce client
|
Filename | Size |
---|---|
ziyi-boot-starter-data-redis-1.0.7.pom | |
ziyi-boot-starter-data-redis-1.0.7.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-data-redis/ -->
<dependency>
<groupId>cn.ziyicloud.framework.boot</groupId>
<artifactId>ziyi-boot-starter-data-redis</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-data-redis/
implementation 'cn.ziyicloud.framework.boot:ziyi-boot-starter-data-redis:1.0.7'
// https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-data-redis/
implementation ("cn.ziyicloud.framework.boot:ziyi-boot-starter-data-redis:1.0.7")
'cn.ziyicloud.framework.boot:ziyi-boot-starter-data-redis:jar:1.0.7'
<dependency org="cn.ziyicloud.framework.boot" name="ziyi-boot-starter-data-redis" rev="1.0.7">
<artifact name="ziyi-boot-starter-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ziyicloud.framework.boot', module='ziyi-boot-starter-data-redis', version='1.0.7')
)
libraryDependencies += "cn.ziyicloud.framework.boot" % "ziyi-boot-starter-data-redis" % "1.0.7"
[cn.ziyicloud.framework.boot/ziyi-boot-starter-data-redis "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
cn.ziyicloud.framework.boot : ziyi-boot-starter | jar | 1.0.7 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.6.3 |
org.apache.commons : commons-pool2 | jar | 2.11.1 |
com.alibaba : fastjson | jar | 1.2.79 |