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