z

zeebe-protocol-impl

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