z

zeebe-stream-platform

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