MVN

com.tencent.bk.devops.ci.auth : api-auth

Maven & Gradle

Feb 22, 2023
2.3k stars

bk-ci · Tencent blueking ci project

<dependency>
    <groupId>com.tencent.bk.devops.ci.auth</groupId>
    <artifactId>api-auth</artifactId>
    <version>1.9.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.bk.devops.ci.auth : api-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2-RELEASE
  • Latest Release Candidate: 1.9.16-RC.1-RELEASE
  • Latest Alpha: 1.8.0-alpha.26-RELEASE

All Versions

Choose a version of com.tencent.bk.devops.ci.auth : api-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
api-auth-1.9.16-RC.1-RELEASE
api-auth-1.9.7-RC.1-RELEASE
api-auth-1.9.2-RELEASE
api-auth-1.9.1-RELEASE
1.8.x
api-auth-1.8.1-RELEASE
api-auth-1.8.0-RELEASE
api-auth-1.8.0-RC.3-RELEASE
api-auth-1.8.0-RC.2-RELEASE
api-auth-1.8.0-alpha.26-RELEASE
api-auth-1.8.0-alpha.1-RELEASE
1.7.x
api-auth-1.7.43-RELEASE
api-auth-1.7.40-RELEASE
api-auth-1.7.37-RELEASE
api-auth-1.7.36-RELEASE
api-auth-1.7.35-RELEASE
api-auth-1.7.31-RELEASE
api-auth-1.7.26-RELEASE
api-auth-1.7.24-RELEASE
api-auth-1.7.23-RELEASE

How to add a dependency to Maven

Add the following com.tencent.bk.devops.ci.auth : api-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.bk.devops.ci.auth</groupId>
    <artifactId>api-auth</artifactId>
    <version>1.9.2-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.bk.devops.ci.auth : api-auth gradle dependency to your build.gradle file:

implementation 'com.tencent.bk.devops.ci.auth:api-auth:1.9.2-RELEASE'

Gradle Kotlin DSL: Add the following com.tencent.bk.devops.ci.auth : api-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.bk.devops.ci.auth:api-auth:1.9.2-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.bk.devops.ci.auth : api-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.bk.devops.ci.auth" % "api-auth" % "1.9.2-RELEASE"

Advertisement