Files download
File Operation
zeebe-gateway-protocol-1.1.6.jar download
zeebe-gateway-protocol-1.1.6.pom download
zeebe-gateway-protocol-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.camunda</groupId>
  <artifactId>zeebe-gateway-protocol</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'io.camunda:zeebe-gateway-protocol:1.1.6'
Gradle Kotlin
implementation("io.camunda:zeebe-gateway-protocol:1.1.6")
Scala SBT
libraryDependencies += "io.camunda" % "zeebe-gateway-protocol" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.camunda', module='zeebe-gateway-protocol', version='1.1.6')
)
Apache Ivy
<dependency org="io.camunda" name="zeebe-gateway-protocol" rev="1.1.6" />
Leiningen
[io.camunda/zeebe-gateway-protocol "1.1.6"]
Apache Buildr
'io.camunda:zeebe-gateway-protocol:jar:1.1.6'