| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.bpm.qa |
| Идентификатор | Идентификаторqa |
| Версия | Версия1.4.1 |
| Тип | Типpom |
| Описание |
ОписаниеCamunda External Task Client - QA
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| qa-1.4.1.pom | 667 bytes |
| Обзор |
<!-- 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"]