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