Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
---|---|
GroupId | GroupIdorg.redisson |
ArtifactId | ArtifactIdredisson-spring-boot-starter |
Version | Version3.15.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation 'org.redisson:redisson-spring-boot-starter:3.15.3'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation ("org.redisson:redisson-spring-boot-starter:3.15.3")
'org.redisson:redisson-spring-boot-starter:jar:3.15.3'
<dependency org="org.redisson" name="redisson-spring-boot-starter" rev="3.15.3">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-boot-starter', version='3.15.3')
)
libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "3.15.3"
[org.redisson/redisson-spring-boot-starter "3.15.3"]