| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаcom.github.AnonymousMister |
| Идентификатор | Идентификаторboot-fast-redis-cache-starter |
| Версия | Версия2.1.0.1.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/ -->
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-redis-cache-starter</artifactId>
<version>2.1.0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/
implementation 'com.github.AnonymousMister:boot-fast-redis-cache-starter:2.1.0.1.5'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/
implementation ("com.github.AnonymousMister:boot-fast-redis-cache-starter:2.1.0.1.5")
'com.github.AnonymousMister:boot-fast-redis-cache-starter:jar:2.1.0.1.5'
<dependency org="com.github.AnonymousMister" name="boot-fast-redis-cache-starter" rev="2.1.0.1.5">
<artifact name="boot-fast-redis-cache-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='boot-fast-redis-cache-starter', version='2.1.0.1.5')
)
libraryDependencies += "com.github.AnonymousMister" % "boot-fast-redis-cache-starter" % "2.1.0.1.5"
[com.github.AnonymousMister/boot-fast-redis-cache-starter "2.1.0.1.5"]