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