| Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdatomix-storage |
| Version | Version0.24.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atomix-storage-0.24.5.pom | |
| atomix-storage-0.24.5.jar | 102 KB |
| atomix-storage-0.24.5-test-sources.jar | 22 KB |
| atomix-storage-0.24.5-sources.jar | 91 KB |
| atomix-storage-0.24.5-javadoc.jar | 819 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-storage/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix-storage</artifactId>
<version>0.24.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation 'io.zeebe:atomix-storage:0.24.5'
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation ("io.zeebe:atomix-storage:0.24.5")
'io.zeebe:atomix-storage:jar:0.24.5'
<dependency org="io.zeebe" name="atomix-storage" rev="0.24.5">
<artifact name="atomix-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix-storage', version='0.24.5')
)
libraryDependencies += "io.zeebe" % "atomix-storage" % "0.24.5"
[io.zeebe/atomix-storage "0.24.5"]