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