z

zeebe-protocol

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