z

zeebe-protocol

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