GroupId | GroupIdio.holunda.taskpool |
---|---|
ArtifactId | ArtifactIdcamunda-bpm-taskpool-core |
Version | Version2.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-core/ -->
<dependency>
<groupId>io.holunda.taskpool</groupId>
<artifactId>camunda-bpm-taskpool-core</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-core/
implementation 'io.holunda.taskpool:camunda-bpm-taskpool-core:2.0.6'
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-core/
implementation ("io.holunda.taskpool:camunda-bpm-taskpool-core:2.0.6")
'io.holunda.taskpool:camunda-bpm-taskpool-core:jar:2.0.6'
<dependency org="io.holunda.taskpool" name="camunda-bpm-taskpool-core" rev="2.0.6">
<artifact name="camunda-bpm-taskpool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.holunda.taskpool', module='camunda-bpm-taskpool-core', version='2.0.6')
)
libraryDependencies += "io.holunda.taskpool" % "camunda-bpm-taskpool-core" % "2.0.6"
[io.holunda.taskpool/camunda-bpm-taskpool-core "2.0.6"]