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