Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.tencent.bk.devops.ci.common |
ArtifactId | ArtifactIdcommon-security |
Version | Version1.1.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-security-1.1.2-RELEASE.pom | |
common-security-1.1.2-RELEASE.jar | 13 KB |
common-security-1.1.2-RELEASE-sources.jar | 1 KB |
common-security-1.1.2-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- 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.1.2-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.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-security/
implementation ("com.tencent.bk.devops.ci.common:common-security:1.1.2-RELEASE")
'com.tencent.bk.devops.ci.common:common-security:jar:1.1.2-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-security" rev="1.1.2-RELEASE">
<artifact name="common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-security', version='1.1.2-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-security" % "1.1.2-RELEASE"
[com.tencent.bk.devops.ci.common/common-security "1.1.2-RELEASE"]