c

camunda-bom

camunda BPM bill of material
http://camunda.org
The Apache Software License, Version 2.0
camunda services GmbH
camunda BPM Community
Files download
File Operation
camunda-bom-7.13.0-alpha1.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-bom</artifactId>
  <version>7.13.0-alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-bom:7.13.0-alpha1'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-bom:7.13.0-alpha1")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-bom" % "7.13.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-bom', version='7.13.0-alpha1')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-bom" rev="7.13.0-alpha1" />
Leiningen
[org.camunda.bpm/camunda-bom "7.13.0-alpha1"]
Apache Buildr
'org.camunda.bpm:camunda-bom:jar:7.13.0-alpha1'