a

api-image

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