| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаio.github.dengliming.redismodule |
| Идентификатор | Идентификаторredisgears |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redisgears-1.0.0.pom | |
| redisgears-1.0.0.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.dengliming.redismodule/redisgears/ -->
<dependency>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redisgears</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dengliming.redismodule/redisgears/
implementation 'io.github.dengliming.redismodule:redisgears:1.0.0'
// https://jarcasting.com/artifacts/io.github.dengliming.redismodule/redisgears/
implementation ("io.github.dengliming.redismodule:redisgears:1.0.0")
'io.github.dengliming.redismodule:redisgears:jar:1.0.0'
<dependency org="io.github.dengliming.redismodule" name="redisgears" rev="1.0.0">
<artifact name="redisgears" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dengliming.redismodule', module='redisgears', version='1.0.0')
)
libraryDependencies += "io.github.dengliming.redismodule" % "redisgears" % "1.0.0"
[io.github.dengliming.redismodule/redisgears "1.0.0"]