License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
GroupId | GroupIdsite.dunhanson |
ArtifactId | ArtifactIdredisson-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredisson-spring-boot-starter
redisson spring boot starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/site.dunhanson/redisson-spring-boot-starter/ -->
<dependency>
<groupId>site.dunhanson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/site.dunhanson/redisson-spring-boot-starter/
implementation 'site.dunhanson:redisson-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/site.dunhanson/redisson-spring-boot-starter/
implementation ("site.dunhanson:redisson-spring-boot-starter:1.0.0")
'site.dunhanson:redisson-spring-boot-starter:jar:1.0.0'
<dependency org="site.dunhanson" name="redisson-spring-boot-starter" rev="1.0.0">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.dunhanson', module='redisson-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "site.dunhanson" % "redisson-spring-boot-starter" % "1.0.0"
[site.dunhanson/redisson-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.1 |
org.projectlombok : lombok Optional | jar | 1.18.16 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.redisson : redisson | jar | 3.14.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |
junit : junit | jar | 4.13.1 |