| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных Redisson |
| Группа | Группаorg.redisson |
| Идентификатор | Идентификаторredisson-spring-boot-starter |
| Версия | Версия3.15.6 |
| Тип | Типjar |
| Описание |
ОписаниеRedisson/Spring Boot Starter
Redis Java client with features of In-Memory Data Grid
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.15.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation 'org.redisson:redisson-spring-boot-starter:3.15.6'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation ("org.redisson:redisson-spring-boot-starter:3.15.6")
'org.redisson:redisson-spring-boot-starter:jar:3.15.6'
<dependency org="org.redisson" name="redisson-spring-boot-starter" rev="3.15.6">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-boot-starter', version='3.15.6')
)
libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "3.15.6"
[org.redisson/redisson-spring-boot-starter "3.15.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.redisson : redisson | jar | 3.15.6 |
| org.redisson : redisson-spring-data-24 | jar | 3.15.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.session : spring-session-core | jar | |
| org.springframework.session : spring-session-data-redis | jar | |
| org.assertj : assertj-core | jar | 3.13.2 |
| junit : junit | jar | 4.13.1 |
| org.springframework.boot : spring-boot-starter-test | jar |