| Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdatomix |
| Version | Version0.23.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atomix-0.23.3.pom | |
| atomix-0.23.3.jar | 66 KB |
| atomix-0.23.3-test-sources.jar | 34 KB |
| atomix-0.23.3-sources.jar | 53 KB |
| atomix-0.23.3-javadoc.jar | 678 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix</artifactId>
<version>0.23.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix/
implementation 'io.zeebe:atomix:0.23.3'
// https://jarcasting.com/artifacts/io.zeebe/atomix/
implementation ("io.zeebe:atomix:0.23.3")
'io.zeebe:atomix:jar:0.23.3'
<dependency org="io.zeebe" name="atomix" rev="0.23.3">
<artifact name="atomix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix', version='0.23.3')
)
libraryDependencies += "io.zeebe" % "atomix" % "0.23.3"
[io.zeebe/atomix "0.23.3"]