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