| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных Redisson |
| Группа | Группаorg.redisson |
| Идентификатор | Идентификаторredisson-spring-boot-starter |
| Версия | Версия3.17.3 |
| Тип | Тип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.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation 'org.redisson:redisson-spring-boot-starter:3.17.3'
// https://jarcasting.com/artifacts/org.redisson/redisson-spring-boot-starter/
implementation ("org.redisson:redisson-spring-boot-starter:3.17.3")
'org.redisson:redisson-spring-boot-starter:jar:3.17.3'
<dependency org="org.redisson" name="redisson-spring-boot-starter" rev="3.17.3">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-boot-starter', version='3.17.3')
)
libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "3.17.3"
[org.redisson/redisson-spring-boot-starter "3.17.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.redisson : redisson | jar | 3.17.3 |
| org.redisson : redisson-spring-data-27 | jar | 3.17.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.session : spring-session-core | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.session : spring-session-data-redis | jar | |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.springframework.boot : spring-boot-starter-test | jar |