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