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