z

zeebe-gateway-protocol-impl

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