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