| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных Redisson |
|---|---|
| Группа | Группаorg.redisson |
| Идентификатор | Идентификаторredisson-spring-boot-starter |
| Версия | Версия2.13.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>2.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation 'org.redisson:redisson-spring-boot-starter:2.13.2'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation ("org.redisson:redisson-spring-boot-starter:2.13.2")
'org.redisson:redisson-spring-boot-starter:jar:2.13.2'
<dependency org="org.redisson" name="redisson-spring-boot-starter" rev="2.13.2">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-boot-starter', version='2.13.2')
)
libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "2.13.2"
[org.redisson/redisson-spring-boot-starter "2.13.2"]