| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаcom.tencent.bk.devops.ci.common |
| Идентификатор | Идентификаторcommon-redis |
| Версия | Версия1.1.2-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-redis-1.1.2-RELEASE.pom | |
| common-redis-1.1.2-RELEASE.jar | 21 KB |
| common-redis-1.1.2-RELEASE-sources.jar | 837 bytes |
| common-redis-1.1.2-RELEASE-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-redis/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-redis</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-redis/
implementation 'com.tencent.bk.devops.ci.common:common-redis:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-redis/
implementation ("com.tencent.bk.devops.ci.common:common-redis:1.1.2-RELEASE")
'com.tencent.bk.devops.ci.common:common-redis:jar:1.1.2-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-redis" rev="1.1.2-RELEASE">
<artifact name="common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-redis', version='1.1.2-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-redis" % "1.1.2-RELEASE"
[com.tencent.bk.devops.ci.common/common-redis "1.1.2-RELEASE"]