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