| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных config Библиотеки уровня приложения Configuration |
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторredis-config-springboot-starter |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe redis-config tool for java.
|
<!-- https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>redis-config-springboot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/
implementation 'com.github.houbb:redis-config-springboot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/
implementation ("com.github.houbb:redis-config-springboot-starter:1.0.0")
'com.github.houbb:redis-config-springboot-starter:jar:1.0.0'
<dependency org="com.github.houbb" name="redis-config-springboot-starter" rev="1.0.0">
<artifact name="redis-config-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='redis-config-springboot-starter', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "redis-config-springboot-starter" % "1.0.0"
[com.github.houbb/redis-config-springboot-starter "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : redis-config-spring | jar | 1.0.0 |
| org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE |