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