z

zeebe-logstreams

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