| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных |
| Группа | Группаcom.seezoon |
| Идентификатор | Идентификаторredis-spring-boot-starter |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеredis-spring-boot-starter
redis integration
|
<!-- https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/ -->
<dependency>
<groupId>com.seezoon</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/
implementation 'com.seezoon:redis-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/
implementation ("com.seezoon:redis-spring-boot-starter:1.0.1")
'com.seezoon:redis-spring-boot-starter:jar:1.0.1'
<dependency org="com.seezoon" name="redis-spring-boot-starter" rev="1.0.1">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seezoon', module='redis-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.seezoon" % "redis-spring-boot-starter" % "1.0.1"
[com.seezoon/redis-spring-boot-starter "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| redis.clients : jedis | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |