is not current version
Last Version 3.2.0-alpha12

io.zeebe:atomix-utils 1.0.0-alpha5


Categories

Categories

Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

atomix-utils
Version

Version

1.0.0-alpha5
Type

Type

jar

Download atomix-utils 1.0.0-alpha5


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