не последняя версия
Последняя версия 1.6.1

io.github.shaohuizhe:redis 1.4.10

redis

Категории

Категории

Redis Данные Базы данных
Группа

Группа

io.github.shaohuizhe
Идентификатор

Идентификатор

redis
Версия

Версия

1.4.10
Тип

Тип

jar

Скачать redis 1.4.10


<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>redis</artifactId>
    <version>1.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation 'io.github.shaohuizhe:redis:1.4.10'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation ("io.github.shaohuizhe:redis:1.4.10")
'io.github.shaohuizhe:redis:jar:1.4.10'
<dependency org="io.github.shaohuizhe" name="redis" rev="1.4.10">
  <artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='redis', version='1.4.10')
)
libraryDependencies += "io.github.shaohuizhe" % "redis" % "1.4.10"
[io.github.shaohuizhe/redis "1.4.10"]