| License |
License |
|---|---|
| GroupId | GroupIdorg.camunda.bpm.qa |
| ArtifactId | ArtifactIdqa |
| Version | Version1.4.1 |
| Type | Typepom |
| Description |
DescriptionCamunda External Task Client - QA
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| qa-1.4.1.pom | 667 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.qa/qa/ -->
<dependency>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>qa</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.qa/qa/
implementation 'org.camunda.bpm.qa:qa:1.4.1'
// https://jarcasting.com/artifacts/org.camunda.bpm.qa/qa/
implementation ("org.camunda.bpm.qa:qa:1.4.1")
'org.camunda.bpm.qa:qa:pom:1.4.1'
<dependency org="org.camunda.bpm.qa" name="qa" rev="1.4.1">
<artifact name="qa" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.qa', module='qa', version='1.4.1')
)
libraryDependencies += "org.camunda.bpm.qa" % "qa" % "1.4.1"
[org.camunda.bpm.qa/qa "1.4.1"]