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