License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Jedis Data Databases |
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-jedis |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot starters
|
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jedis/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-jedis</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jedis/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-jedis:1.6.8'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jedis/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-jedis:1.6.8")
'com.github.yingzhuo:carnival-spring-boot-starter-jedis:jar:1.6.8'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-jedis" rev="1.6.8">
<artifact name="carnival-spring-boot-starter-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-jedis', version='1.6.8')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-jedis" % "1.6.8"
[com.github.yingzhuo/carnival-spring-boot-starter-jedis "1.6.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yingzhuo : carnival-spring-boot-starter-common | jar | 1.6.8 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.2.7.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.7.RELEASE |
redis.clients : jedis | jar | 2.10.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 2.2.7.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
junit : junit | jar | 4.13 |