| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных Сеть |
| Группа | Группаtop.netkit.starter |
| Идентификатор | Идентификаторredis-spring-boot-starter |
| Последняя версия | Последняя версия2.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring boot redis starter
redis starter for spring boot
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/ -->
<dependency>
<groupId>top.netkit.starter</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/
implementation 'top.netkit.starter:redis-spring-boot-starter:2.5.2'
// https://jarcasting.com/artifacts/top.netkit.starter/redis-spring-boot-starter/
implementation ("top.netkit.starter:redis-spring-boot-starter:2.5.2")
'top.netkit.starter:redis-spring-boot-starter:jar:2.5.2'
<dependency org="top.netkit.starter" name="redis-spring-boot-starter" rev="2.5.2">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.netkit.starter', module='redis-spring-boot-starter', version='2.5.2')
)
libraryDependencies += "top.netkit.starter" % "redis-spring-boot-starter" % "2.5.2"
[top.netkit.starter/redis-spring-boot-starter "2.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.redisson : redisson-spring-data-26 | jar | 3.16.8 |
| top.netkit : redis-client | jar | 3.16.8 |