| Categories | CategoriesAtomix Application Layer Libs Distributed Applications | 
|---|---|
| GroupId | GroupIdio.zeebe | 
| ArtifactId | ArtifactIdatomix-storage | 
| Version | Version1.0.0-alpha5 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-storage/ -->
<dependency>
    <groupId>io.zeebe</groupId>
    <artifactId>atomix-storage</artifactId>
    <version>1.0.0-alpha5</version>
</dependency>// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation 'io.zeebe:atomix-storage:1.0.0-alpha5'// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation ("io.zeebe:atomix-storage:1.0.0-alpha5")'io.zeebe:atomix-storage:jar:1.0.0-alpha5'<dependency org="io.zeebe" name="atomix-storage" rev="1.0.0-alpha5">
  <artifact name="atomix-storage" type="jar" />
</dependency>@Grapes(
@Grab(group='io.zeebe', module='atomix-storage', version='1.0.0-alpha5')
)libraryDependencies += "io.zeebe" % "atomix-storage" % "1.0.0-alpha5"[io.zeebe/atomix-storage "1.0.0-alpha5"]