z

zeebe-logstreams

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