License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.gitee.zodiacstack |
ArtifactId | ArtifactIdzodiac-redis-spring-boot-starter |
Last Version | Last Version1.5.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZodiac Redis Spring Boot Starter
Zodiac Redis Spring Boot Starter
|
Project Organization |
Project OrganizationZodiac |
<!-- https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-redis-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-redis-spring-boot-starter</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-redis-spring-boot-starter/
implementation 'com.gitee.zodiacstack:zodiac-redis-spring-boot-starter:1.5.8'
// https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-redis-spring-boot-starter/
implementation ("com.gitee.zodiacstack:zodiac-redis-spring-boot-starter:1.5.8")
'com.gitee.zodiacstack:zodiac-redis-spring-boot-starter:jar:1.5.8'
<dependency org="com.gitee.zodiacstack" name="zodiac-redis-spring-boot-starter" rev="1.5.8">
<artifact name="zodiac-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zodiacstack', module='zodiac-redis-spring-boot-starter', version='1.5.8')
)
libraryDependencies += "com.gitee.zodiacstack" % "zodiac-redis-spring-boot-starter" % "1.5.8"
[com.gitee.zodiacstack/zodiac-redis-spring-boot-starter "1.5.8"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.zodiacstack : zodiac-spring-boot-starter | jar | 1.5.8 |
com.gitee.zodiacstack : zodiac-redis | jar | 1.5.8 |
com.github.ben-manes.caffeine : caffeine Optional | jar | 2.8.8 |
org.hibernate : hibernate-core Optional | jar | 5.4.27.Final |
com.fasterxml.jackson.core : jackson-annotations Optional | jar | 2.10.5 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.5.1 |
redis.clients : jedis Optional | jar | 3.6.3 |
org.mybatis : mybatis Optional | jar | 3.5.6 |
org.redisson : redisson Optional | jar | 3.13.6 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.13.RELEASE |