GroupId | GroupIdcom.tencent.bk.devops.ci.common |
---|---|
ArtifactId | ArtifactIdcommon-auth-api |
Version | Version1.1.10-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-auth-api/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-auth-api</artifactId>
<version>1.1.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-auth-api/
implementation 'com.tencent.bk.devops.ci.common:common-auth-api:1.1.10-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-auth-api/
implementation ("com.tencent.bk.devops.ci.common:common-auth-api:1.1.10-RELEASE")
'com.tencent.bk.devops.ci.common:common-auth-api:jar:1.1.10-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-auth-api" rev="1.1.10-RELEASE">
<artifact name="common-auth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-auth-api', version='1.1.10-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-auth-api" % "1.1.10-RELEASE"
[com.tencent.bk.devops.ci.common/common-auth-api "1.1.10-RELEASE"]