z

zeebe-protocol-impl

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