| Categories | 
                CategoriesDocker Container Virtualization Tools | 
        
|---|---|
| GroupId | GroupIdcom.tencent.bk.devops.ci.dispatch | 
    
| ArtifactId | ArtifactIdapi-dispatch-docker | 
    
| Version | Version1.1.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dispatch/api-dispatch-docker/ -->
<dependency>
    <groupId>com.tencent.bk.devops.ci.dispatch</groupId>
    <artifactId>api-dispatch-docker</artifactId>
    <version>1.1.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dispatch/api-dispatch-docker/
implementation 'com.tencent.bk.devops.ci.dispatch:api-dispatch-docker:1.1.2-RELEASE'
                // https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dispatch/api-dispatch-docker/
implementation ("com.tencent.bk.devops.ci.dispatch:api-dispatch-docker:1.1.2-RELEASE")
                'com.tencent.bk.devops.ci.dispatch:api-dispatch-docker:jar:1.1.2-RELEASE'
                <dependency org="com.tencent.bk.devops.ci.dispatch" name="api-dispatch-docker" rev="1.1.2-RELEASE">
  <artifact name="api-dispatch-docker" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tencent.bk.devops.ci.dispatch', module='api-dispatch-docker', version='1.1.2-RELEASE')
)
                libraryDependencies += "com.tencent.bk.devops.ci.dispatch" % "api-dispatch-docker" % "1.1.2-RELEASE"
                [com.tencent.bk.devops.ci.dispatch/api-dispatch-docker "1.1.2-RELEASE"]