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