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