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