z

zeebe-protocol

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