| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаcom.tencent.bk.devops.ci.common |
| Идентификатор | Идентификаторcommon-security |
| Версия | Версия1.3.0-rc.16-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-security/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-security</artifactId>
<version>1.3.0-rc.16-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-security/
implementation 'com.tencent.bk.devops.ci.common:common-security:1.3.0-rc.16-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-security/
implementation ("com.tencent.bk.devops.ci.common:common-security:1.3.0-rc.16-RELEASE")
'com.tencent.bk.devops.ci.common:common-security:jar:1.3.0-rc.16-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-security" rev="1.3.0-rc.16-RELEASE">
<artifact name="common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-security', version='1.3.0-rc.16-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-security" % "1.3.0-rc.16-RELEASE"
[com.tencent.bk.devops.ci.common/common-security "1.3.0-rc.16-RELEASE"]