c

common-auth-provider

Tencent blueking ci project
https://github.com/Tencent/bk-ci
MIT
bk-ci
Files download
File Operation
common-auth-provider-2.1.0.jar download
common-auth-provider-2.1.0.pom download
common-auth-provider-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.bk.devops.ci.common</groupId>
  <artifactId>common-auth-provider</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.devops.ci.common:common-auth-provider:2.1.0'
Gradle Kotlin
implementation("com.tencent.bk.devops.ci.common:common-auth-provider:2.1.0")
Scala SBT
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-auth-provider" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.devops.ci.common', module='common-auth-provider', version='2.1.0')
)
Apache Ivy
<dependency org="com.tencent.bk.devops.ci.common" name="common-auth-provider" rev="2.1.0" />
Leiningen
[com.tencent.bk.devops.ci.common/common-auth-provider "2.1.0"]
Apache Buildr
'com.tencent.bk.devops.ci.common:common-auth-provider:jar:2.1.0'