| GroupId | GroupIdcom.tencent.bk.devops.ci.common | 
    
|---|---|
| ArtifactId | ArtifactIdcommon-auth-api | 
    
| Version | Version1.1.2-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| common-auth-api-1.1.2-RELEASE.pom | |
| common-auth-api-1.1.2-RELEASE.jar | 42 KB | 
| common-auth-api-1.1.2-RELEASE-sources.jar | 1 KB | 
| common-auth-api-1.1.2-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- 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.2-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.2-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.2-RELEASE")
                'com.tencent.bk.devops.ci.common:common-auth-api:jar:1.1.2-RELEASE'
                <dependency org="com.tencent.bk.devops.ci.common" name="common-auth-api" rev="1.1.2-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.2-RELEASE')
)
                libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-auth-api" % "1.1.2-RELEASE"
                [com.tencent.bk.devops.ci.common/common-auth-api "1.1.2-RELEASE"]