z

zeebe-gateway-protocol-impl

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