| Категории |
КатегорииAtomix Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаio.zeebe |
| Идентификатор | Идентификаторatomix-storage |
| Версия | Версия0.24.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| atomix-storage-0.24.0.pom | |
| atomix-storage-0.24.0.jar | 98 KB |
| atomix-storage-0.24.0-test-sources.jar | 22 KB |
| atomix-storage-0.24.0-sources.jar | 91 KB |
| atomix-storage-0.24.0-javadoc.jar | 819 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-storage/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix-storage</artifactId>
<version>0.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation 'io.zeebe:atomix-storage:0.24.0'
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation ("io.zeebe:atomix-storage:0.24.0")
'io.zeebe:atomix-storage:jar:0.24.0'
<dependency org="io.zeebe" name="atomix-storage" rev="0.24.0">
<artifact name="atomix-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix-storage', version='0.24.0')
)
libraryDependencies += "io.zeebe" % "atomix-storage" % "0.24.0"
[io.zeebe/atomix-storage "0.24.0"]