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