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