License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Redisson |
GroupId | GroupIdorg.redisson |
ArtifactId | ArtifactIdredisson-spring-data |
Last Version | Last Version3.17.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRedisson/Spring Data Redis integration
Redis Java client with features of In-Memory Data Grid
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
redisson-spring-data-3.17.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-spring-data/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-data</artifactId>
<version>3.17.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-data/
implementation 'org.redisson:redisson-spring-data:3.17.4'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-data/
implementation ("org.redisson:redisson-spring-data:3.17.4")
'org.redisson:redisson-spring-data:pom:3.17.4'
<dependency org="org.redisson" name="redisson-spring-data" rev="3.17.4">
<artifact name="redisson-spring-data" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-data', version='3.17.4')
)
libraryDependencies += "org.redisson" % "redisson-spring-data" % "3.17.4"
[org.redisson/redisson-spring-data "3.17.4"]
Group / Artifact | Type | Version |
---|---|---|
org.redisson : redisson | jar | 3.17.4 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.10.0 |
org.awaitility : awaitility | jar | 3.1.0 |
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.springframework : spring-test | jar | [4.1,6.0) |
org.mockito : mockito-core | jar | 2.23.4 |
org.projectlombok : lombok | jar | 1.18.4 |
io.projectreactor : reactor-test | jar | 3.2.3.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
io.lettuce : lettuce-core | jar | 5.1.3.RELEASE |