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