| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаio.github.shaohuizhe |
| Идентификатор | Идентификаторredis |
| Версия | Версия1.4.8 |
| Тип | Типjar |
| Описание |
Описаниеredis
redis
|
| Имя Файла | Размер |
|---|---|
| redis-1.4.8.pom | |
| redis-1.4.8.jar | 31 KB |
| redis-1.4.8-sources.jar | 14 KB |
| redis-1.4.8-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>redis</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation 'io.github.shaohuizhe:redis:1.4.8'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation ("io.github.shaohuizhe:redis:1.4.8")
'io.github.shaohuizhe:redis:jar:1.4.8'
<dependency org="io.github.shaohuizhe" name="redis" rev="1.4.8">
<artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='redis', version='1.4.8')
)
libraryDependencies += "io.github.shaohuizhe" % "redis" % "1.4.8"
[io.github.shaohuizhe/redis "1.4.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.shaohuizhe : core | jar | 1.0.1 |
| io.github.shaohuizhe : spring | jar | 1.9.1 |
| io.github.shaohuizhe : cache | jar | 1.1.4 |
| org.springframework.data : spring-data-redis | jar | |
| redis.clients : jedis | jar | 3.3.0 |