Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.camunda.bpm |
ArtifactId | ArtifactIdcamunda-external-task-client |
Version | Version1.2.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>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-external-task-client/
implementation 'org.camunda.bpm:camunda-external-task-client:1.2.0'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-external-task-client/
implementation ("org.camunda.bpm:camunda-external-task-client:1.2.0")
'org.camunda.bpm:camunda-external-task-client:jar:1.2.0'
<dependency org="org.camunda.bpm" name="camunda-external-task-client" rev="1.2.0">
<artifact name="camunda-external-task-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-external-task-client', version='1.2.0')
)
libraryDependencies += "org.camunda.bpm" % "camunda-external-task-client" % "1.2.0"
[org.camunda.bpm/camunda-external-task-client "1.2.0"]