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