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