z

zeebe-snapshots

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