is not current version
Last Version 3.2.0-alpha12

io.zeebe:atomix-cluster 0.26.0-alpha2


Categories

Categories

Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

atomix-cluster
Version

Version

0.26.0-alpha2
Type

Type

jar

Download atomix-cluster 0.26.0-alpha2


<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-cluster/ -->
<dependency>
    <groupId>io.zeebe</groupId>
    <artifactId>atomix-cluster</artifactId>
    <version>0.26.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix-cluster/
implementation 'io.zeebe:atomix-cluster:0.26.0-alpha2'
// https://jarcasting.com/artifacts/io.zeebe/atomix-cluster/
implementation ("io.zeebe:atomix-cluster:0.26.0-alpha2")
'io.zeebe:atomix-cluster:jar:0.26.0-alpha2'
<dependency org="io.zeebe" name="atomix-cluster" rev="0.26.0-alpha2">
  <artifact name="atomix-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix-cluster', version='0.26.0-alpha2')
)
libraryDependencies += "io.zeebe" % "atomix-cluster" % "0.26.0-alpha2"
[io.zeebe/atomix-cluster "0.26.0-alpha2"]