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