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