Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.camunda.bpm |
ArtifactId | ArtifactIdcamunda-external-task-client |
Version | Version7.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-external-task-client/ -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-external-task-client</artifactId>
<version>7.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-external-task-client/
implementation 'org.camunda.bpm:camunda-external-task-client:7.15.0'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-external-task-client/
implementation ("org.camunda.bpm:camunda-external-task-client:7.15.0")
'org.camunda.bpm:camunda-external-task-client:jar:7.15.0'
<dependency org="org.camunda.bpm" name="camunda-external-task-client" rev="7.15.0">
<artifact name="camunda-external-task-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-external-task-client', version='7.15.0')
)
libraryDependencies += "org.camunda.bpm" % "camunda-external-task-client" % "7.15.0"
[org.camunda.bpm/camunda-external-task-client "7.15.0"]