c

camunda-bpm-spring-boot-starter-qa

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