is not current version
Last Version 3.2.0-alpha12

io.zeebe:atomix 1.0.0-alpha6


Categories

Categories

Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

atomix
Version

Version

1.0.0-alpha6
Type

Type

jar

Download atomix 1.0.0-alpha6


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