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