c

camunda-engine-rest-client-complete-springboot-starter

文件下载
文件名 操作
camunda-engine-rest-client-complete-springboot-starter-7.17.4.jar 下载
camunda-engine-rest-client-complete-springboot-starter-7.17.4.pom 下载
camunda-engine-rest-client-complete-springboot-starter-7.17.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.camunda.community</groupId>
  <artifactId>camunda-engine-rest-client-complete-springboot-starter</artifactId>
  <version>7.17.4</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.community:camunda-engine-rest-client-complete-springboot-starter:7.17.4'
Gradle Kotlin
implementation("org.camunda.community:camunda-engine-rest-client-complete-springboot-starter:7.17.4")
Scala SBT
libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-complete-springboot-starter" % "7.17.4"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.community', module='camunda-engine-rest-client-complete-springboot-starter', version='7.17.4')
)
Apache Ivy
<dependency org="org.camunda.community" name="camunda-engine-rest-client-complete-springboot-starter" rev="7.17.4" />
Leiningen
[org.camunda.community/camunda-engine-rest-client-complete-springboot-starter "7.17.4"]
Apache Buildr
'org.camunda.community:camunda-engine-rest-client-complete-springboot-starter:jar:7.17.4'