c

camunda-external-task-client-root

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