| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных |
|---|---|
| Группа | Группаwiki.xsx |
| Идентификатор | Идентификаторredis-spring-boot-starter |
| Версия | Версия2.2.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redis-spring-boot-starter-2.2.4.pom | |
| redis-spring-boot-starter-2.2.4.jar | 108 KB |
| redis-spring-boot-starter-2.2.4-sources.jar | 70 KB |
| redis-spring-boot-starter-2.2.4-javadoc.jar | 339 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/wiki.xsx/redis-spring-boot-starter/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/redis-spring-boot-starter/
implementation 'wiki.xsx:redis-spring-boot-starter:2.2.4'
// https://jarcasting.com/artifacts/wiki.xsx/redis-spring-boot-starter/
implementation ("wiki.xsx:redis-spring-boot-starter:2.2.4")
'wiki.xsx:redis-spring-boot-starter:jar:2.2.4'
<dependency org="wiki.xsx" name="redis-spring-boot-starter" rev="2.2.4">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='redis-spring-boot-starter', version='2.2.4')
)
libraryDependencies += "wiki.xsx" % "redis-spring-boot-starter" % "2.2.4"
[wiki.xsx/redis-spring-boot-starter "2.2.4"]