| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUnity Прикладные библиотеки Game Development CLI Взаимодействие с пользователем |
| Группа | Группаorg.camunda.community |
| Идентификатор | Идентификаторcamunda-engine-rest-client-root |
| Версия | Версия7.16.0-alpha1 |
| Тип | Типpom |
| Описание |
ОписаниеThis pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camunda-engine-rest-client-root-7.16.0-alpha1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.community/camunda-engine-rest-client-root/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>camunda-engine-rest-client-root</artifactId>
<version>7.16.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/camunda-engine-rest-client-root/
implementation 'org.camunda.community:camunda-engine-rest-client-root:7.16.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.community/camunda-engine-rest-client-root/
implementation ("org.camunda.community:camunda-engine-rest-client-root:7.16.0-alpha1")
'org.camunda.community:camunda-engine-rest-client-root:pom:7.16.0-alpha1'
<dependency org="org.camunda.community" name="camunda-engine-rest-client-root" rev="7.16.0-alpha1">
<artifact name="camunda-engine-rest-client-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='camunda-engine-rest-client-root', version='7.16.0-alpha1')
)
libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-root" % "7.16.0-alpha1"
[org.camunda.community/camunda-engine-rest-client-root "7.16.0-alpha1"]