| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.camunda.bpm.qa | 
    
| ArtifactId | ArtifactIdcamunda-external-task-client-qa | 
    
| Version | Version7.17.0-alpha6 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| camunda-external-task-client-qa-7.17.0-alpha6.pom | 720 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.qa/camunda-external-task-client-qa/ -->
<dependency>
    <groupId>org.camunda.bpm.qa</groupId>
    <artifactId>camunda-external-task-client-qa</artifactId>
    <version>7.17.0-alpha6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.camunda.bpm.qa/camunda-external-task-client-qa/
implementation 'org.camunda.bpm.qa:camunda-external-task-client-qa:7.17.0-alpha6'
                // https://jarcasting.com/artifacts/org.camunda.bpm.qa/camunda-external-task-client-qa/
implementation ("org.camunda.bpm.qa:camunda-external-task-client-qa:7.17.0-alpha6")
                'org.camunda.bpm.qa:camunda-external-task-client-qa:pom:7.17.0-alpha6'
                <dependency org="org.camunda.bpm.qa" name="camunda-external-task-client-qa" rev="7.17.0-alpha6">
  <artifact name="camunda-external-task-client-qa" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.camunda.bpm.qa', module='camunda-external-task-client-qa', version='7.17.0-alpha6')
)
                libraryDependencies += "org.camunda.bpm.qa" % "camunda-external-task-client-qa" % "7.17.0-alpha6"
                [org.camunda.bpm.qa/camunda-external-task-client-qa "7.17.0-alpha6"]