License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.github.org-hejianhui |
ArtifactId | ArtifactIdspring-boot-starter-redis |
Version | Version1.0-RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-starter-redis
|
<!-- https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-redis/ -->
<dependency>
<groupId>com.github.org-hejianhui</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-redis/
implementation 'com.github.org-hejianhui:spring-boot-starter-redis:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-redis/
implementation ("com.github.org-hejianhui:spring-boot-starter-redis:1.0-RELEASE")
'com.github.org-hejianhui:spring-boot-starter-redis:jar:1.0-RELEASE'
<dependency org="com.github.org-hejianhui" name="spring-boot-starter-redis" rev="1.0-RELEASE">
<artifact name="spring-boot-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.org-hejianhui', module='spring-boot-starter-redis', version='1.0-RELEASE')
)
libraryDependencies += "com.github.org-hejianhui" % "spring-boot-starter-redis" % "1.0-RELEASE"
[com.github.org-hejianhui/spring-boot-starter-redis "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.5.RELEASE |
org.aspectj : aspectjweaver | jar | 1.9.3 |
org.yaml : snakeyaml | jar | 1.24 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
redis.clients : jedis | jar | 3.0.1 |
com.google.guava : guava | jar | 27.1-jre |
org.apache.curator : curator-recipes | jar | 4.2.0 |
com.google.code.gson : gson | jar | 2.8.5 |
org.quartz-scheduler : quartz | jar | 2.3.1 |
org.quartz-scheduler : quartz-jobs | jar | 2.3.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test | jar | 2.0.5.RELEASE |
org.springframework : spring-test | jar | 5.1.5.RELEASE |
junit : junit | jar | 4.12 |