<dependency> <groupId>io.camunda</groupId> <artifactId>zeebe-snapshots</artifactId> <version>8.6.5</version> </dependency>
implementation 'io.camunda:zeebe-snapshots:8.6.5'
implementation("io.camunda:zeebe-snapshots:8.6.5")
libraryDependencies += "io.camunda" % "zeebe-snapshots" % "8.6.5"
@Grapes( @Grab(group='io.camunda', module='zeebe-snapshots', version='8.6.5') )
<dependency org="io.camunda" name="zeebe-snapshots" rev="8.6.5" />
[io.camunda/zeebe-snapshots "8.6.5"]
'io.camunda:zeebe-snapshots:jar:8.6.5'
compile
|-- io.camunda:zeebe-util:8.6.5
|-- io.camunda:zeebe-scheduler:8.6.5
|-- io.prometheus:simpleclient:0.16.0
|-- io.camunda:zeebe-protocol:8.6.5
|-- org.agrona:agrona:1.23.1
|-- org.slf4j:slf4j-api:2.0.16
|-- com.fasterxml.jackson.core:jackson-databind:2.17.2
|-- com.fasterxml.jackson.core:jackson-annotations:2.17.2