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