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