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