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