License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development CLI User Interface |
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdcamunda-engine-rest-client-root |
Last Version | Last Version7.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-engine-rest-client-root-7.17.0.pom | 1 KB |
Browse |
<!-- 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.17.0</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.17.0'
// https://jarcasting.com/artifacts/org.camunda.community/camunda-engine-rest-client-root/
implementation ("org.camunda.community:camunda-engine-rest-client-root:7.17.0")
'org.camunda.community:camunda-engine-rest-client-root:pom:7.17.0'
<dependency org="org.camunda.community" name="camunda-engine-rest-client-root" rev="7.17.0">
<artifact name="camunda-engine-rest-client-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='camunda-engine-rest-client-root', version='7.17.0')
)
libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-root" % "7.17.0"
[org.camunda.community/camunda-engine-rest-client-root "7.17.0"]