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