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.2.0-alpha5.jar download
zeebe-snapshots-8.2.0-alpha5.pom download
zeebe-snapshots-8.2.0-alpha5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.camunda</groupId>
  <artifactId>zeebe-snapshots</artifactId>
  <version>8.2.0-alpha5</version>
</dependency>
Gradle Groovy
implementation 'io.camunda:zeebe-snapshots:8.2.0-alpha5'
Gradle Kotlin
implementation("io.camunda:zeebe-snapshots:8.2.0-alpha5")
Scala SBT
libraryDependencies += "io.camunda" % "zeebe-snapshots" % "8.2.0-alpha5"
Groovy Grape
@Grapes(
  @Grab(group='io.camunda', module='zeebe-snapshots', version='8.2.0-alpha5')
)
Apache Ivy
<dependency org="io.camunda" name="zeebe-snapshots" rev="8.2.0-alpha5" />
Leiningen
[io.camunda/zeebe-snapshots "8.2.0-alpha5"]
Apache Buildr
'io.camunda:zeebe-snapshots:jar:8.2.0-alpha5'