GroupId | GroupIdio.camunda |
---|---|
ArtifactId | ArtifactIdzeebe-snapshots |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
zeebe-snapshots-1.1.7.pom | |
zeebe-snapshots-1.1.7.jar | 44 KB |
zeebe-snapshots-1.1.7-test-sources.jar | 23 KB |
zeebe-snapshots-1.1.7-sources.jar | 30 KB |
zeebe-snapshots-1.1.7-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-snapshots/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-snapshots</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-snapshots/
implementation 'io.camunda:zeebe-snapshots:1.1.7'
// https://jarcasting.com/artifacts/io.camunda/zeebe-snapshots/
implementation ("io.camunda:zeebe-snapshots:1.1.7")
'io.camunda:zeebe-snapshots:jar:1.1.7'
<dependency org="io.camunda" name="zeebe-snapshots" rev="1.1.7">
<artifact name="zeebe-snapshots" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-snapshots', version='1.1.7')
)
libraryDependencies += "io.camunda" % "zeebe-snapshots" % "1.1.7"
[io.camunda/zeebe-snapshots "1.1.7"]