| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesUtility General Purpose Libraries | 
        
| GroupId | GroupIdorg.camunda.bpm.webapp | 
    
| ArtifactId | ArtifactIdcamunda-webapp-test-utility | 
    
| Version | Version7.2.0-alpha2 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncamunda BPM - webapp - test-utility 
            This pom is the parent of all camunda BPM platform projects 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-test-utility/ -->
<dependency>
    <groupId>org.camunda.bpm.webapp</groupId>
    <artifactId>camunda-webapp-test-utility</artifactId>
    <version>7.2.0-alpha2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-test-utility/
implementation 'org.camunda.bpm.webapp:camunda-webapp-test-utility:7.2.0-alpha2'
                // https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-test-utility/
implementation ("org.camunda.bpm.webapp:camunda-webapp-test-utility:7.2.0-alpha2")
                'org.camunda.bpm.webapp:camunda-webapp-test-utility:jar:7.2.0-alpha2'
                <dependency org="org.camunda.bpm.webapp" name="camunda-webapp-test-utility" rev="7.2.0-alpha2">
  <artifact name="camunda-webapp-test-utility" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp-test-utility', version='7.2.0-alpha2')
)
                libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp-test-utility" % "7.2.0-alpha2"
                [org.camunda.bpm.webapp/camunda-webapp-test-utility "7.2.0-alpha2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm : camunda-engine | jar | 7.2.0-alpha2 |