| GroupId | GroupIdcom.tencent.bk.devops.ci.image | 
    
|---|---|
| ArtifactId | ArtifactIdapi-image | 
    
| Version | Version1.3.0-rc.16-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| api-image-1.3.0-rc.16-RELEASE.pom | |
| api-image-1.3.0-rc.16-RELEASE.jar | 42 KB | 
| api-image-1.3.0-rc.16-RELEASE-sources.jar | 26 KB | 
| api-image-1.3.0-rc.16-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.image/api-image/ -->
<dependency>
    <groupId>com.tencent.bk.devops.ci.image</groupId>
    <artifactId>api-image</artifactId>
    <version>1.3.0-rc.16-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.image/api-image/
implementation 'com.tencent.bk.devops.ci.image:api-image:1.3.0-rc.16-RELEASE'
                // https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.image/api-image/
implementation ("com.tencent.bk.devops.ci.image:api-image:1.3.0-rc.16-RELEASE")
                'com.tencent.bk.devops.ci.image:api-image:jar:1.3.0-rc.16-RELEASE'
                <dependency org="com.tencent.bk.devops.ci.image" name="api-image" rev="1.3.0-rc.16-RELEASE">
  <artifact name="api-image" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tencent.bk.devops.ci.image', module='api-image', version='1.3.0-rc.16-RELEASE')
)
                libraryDependencies += "com.tencent.bk.devops.ci.image" % "api-image" % "1.3.0-rc.16-RELEASE"
                [com.tencent.bk.devops.ci.image/api-image "1.3.0-rc.16-RELEASE"]