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