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