Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.holunda.taskpool |
ArtifactId | ArtifactIdcamunda-bpm-engine-client |
Version | Version1.2.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-engine-client/ -->
<dependency>
<groupId>io.holunda.taskpool</groupId>
<artifactId>camunda-bpm-engine-client</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-engine-client/
implementation 'io.holunda.taskpool:camunda-bpm-engine-client:1.2.12'
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-engine-client/
implementation ("io.holunda.taskpool:camunda-bpm-engine-client:1.2.12")
'io.holunda.taskpool:camunda-bpm-engine-client:jar:1.2.12'
<dependency org="io.holunda.taskpool" name="camunda-bpm-engine-client" rev="1.2.12">
<artifact name="camunda-bpm-engine-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.holunda.taskpool', module='camunda-bpm-engine-client', version='1.2.12')
)
libraryDependencies += "io.holunda.taskpool" % "camunda-bpm-engine-client" % "1.2.12"
[io.holunda.taskpool/camunda-bpm-engine-client "1.2.12"]