is not current version
Last Version 3.2.0-alpha12

io.zeebe:atomix-cluster 1.0.0-alpha5


Categories

Categories

Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

atomix-cluster
Version

Version

1.0.0-alpha5
Type

Type

jar

Download atomix-cluster 1.0.0-alpha5


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