a

api-image

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