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