Files download
File Operation
zeebe-bom-8.3.12.pom download
Apache Maven
<dependency>
  <groupId>io.camunda</groupId>
  <artifactId>zeebe-bom</artifactId>
  <version>8.3.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.camunda:zeebe-bom:8.3.12'
Gradle Kotlin
implementation("io.camunda:zeebe-bom:8.3.12")
Scala SBT
libraryDependencies += "io.camunda" % "zeebe-bom" % "8.3.12"
Groovy Grape
@Grapes(
  @Grab(group='io.camunda', module='zeebe-bom', version='8.3.12')
)
Apache Ivy
<dependency org="io.camunda" name="zeebe-bom" rev="8.3.12" />
Leiningen
[io.camunda/zeebe-bom "8.3.12"]
Apache Buildr
'io.camunda:zeebe-bom:jar:8.3.12'
Dependencies
The project has no third-party dependencies