z

zeebe-snapshots

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