License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Net |
GroupId | GroupIdtop.netkit.starter |
ArtifactId | ArtifactIdredis-spring-boot-starter |
Last Version | Last Version2.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring boot redis starter
redis starter for spring boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/ -->
<dependency>
<groupId>top.netkit.starter</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/
implementation 'top.netkit.starter:redis-spring-boot-starter:2.5.2'
// https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/
implementation ("top.netkit.starter:redis-spring-boot-starter:2.5.2")
'top.netkit.starter:redis-spring-boot-starter:jar:2.5.2'
<dependency org="top.netkit.starter" name="redis-spring-boot-starter" rev="2.5.2">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.netkit.starter', module='redis-spring-boot-starter', version='2.5.2')
)
libraryDependencies += "top.netkit.starter" % "redis-spring-boot-starter" % "2.5.2"
[top.netkit.starter/redis-spring-boot-starter "2.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.redisson : redisson-spring-data-26 | jar | 3.16.8 |
top.netkit : redis-client | jar | 3.16.8 |