Files download
File Operation
common-api-1.1.0-RELEASE.jar download
common-api-1.1.0-RELEASE.pom download
common-api-1.1.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.bk.repo</groupId>
  <artifactId>common-api</artifactId>
  <version>1.1.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.repo:common-api:1.1.0-RELEASE'
Gradle Kotlin
implementation("com.tencent.bk.repo:common-api:1.1.0-RELEASE")
Scala SBT
libraryDependencies += "com.tencent.bk.repo" % "common-api" % "1.1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.repo', module='common-api', version='1.1.0-RELEASE')
)
Apache Ivy
<dependency org="com.tencent.bk.repo" name="common-api" rev="1.1.0-RELEASE" />
Leiningen
[com.tencent.bk.repo/common-api "1.1.0-RELEASE"]
Apache Buildr
'com.tencent.bk.repo:common-api:jar:1.1.0-RELEASE'