| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
| GroupId | GroupIdorg.redisson |
| ArtifactId | ArtifactIdredisson-spring-boot-starter |
| Last Version | Last Version3.17.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedisson/Spring Boot Starter
Redis Java client with features of In-Memory Data Grid
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation 'org.redisson:redisson-spring-boot-starter:3.17.4'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation ("org.redisson:redisson-spring-boot-starter:3.17.4")
'org.redisson:redisson-spring-boot-starter:jar:3.17.4'
<dependency org="org.redisson" name="redisson-spring-boot-starter" rev="3.17.4">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-boot-starter', version='3.17.4')
)
libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "3.17.4"
[org.redisson/redisson-spring-boot-starter "3.17.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.redisson : redisson | jar | 3.17.4 |
| org.redisson : redisson-spring-data-27 | jar | 3.17.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.session : spring-session-core | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.session : spring-session-data-redis | jar | |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.springframework.boot : spring-boot-starter-test | jar |