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.8.0.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-bom</artifactId>
  <version>7.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-bom:7.8.0'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-bom:7.8.0")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-bom" % "7.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-bom', version='7.8.0')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-bom" rev="7.8.0" />
Leiningen
[org.camunda.bpm/camunda-bom "7.8.0"]
Apache Buildr
'org.camunda.bpm:camunda-bom:jar:7.8.0'