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