c

camunda-external-task-client-root

文件下载
文件名 操作
camunda-external-task-client-root-7.19.0-alpha4.pom 下载
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-external-task-client-root</artifactId>
  <version>7.19.0-alpha4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-external-task-client-root:7.19.0-alpha4'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-external-task-client-root:7.19.0-alpha4")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-external-task-client-root" % "7.19.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-external-task-client-root', version='7.19.0-alpha4')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-external-task-client-root" rev="7.19.0-alpha4" />
Leiningen
[org.camunda.bpm/camunda-external-task-client-root "7.19.0-alpha4"]
Apache Buildr
'org.camunda.bpm:camunda-external-task-client-root:jar:7.19.0-alpha4'