| Категории |
КатегорииAtomix Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаio.zeebe |
| Идентификатор | Идентификаторatomix-storage |
| Версия | Версия1.0.0-alpha3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-storage/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix-storage</artifactId>
<version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation 'io.zeebe:atomix-storage:1.0.0-alpha3'
// https://jarcasting.com/artifacts/io.zeebe/atomix-storage/
implementation ("io.zeebe:atomix-storage:1.0.0-alpha3")
'io.zeebe:atomix-storage:jar:1.0.0-alpha3'
<dependency org="io.zeebe" name="atomix-storage" rev="1.0.0-alpha3">
<artifact name="atomix-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix-storage', version='1.0.0-alpha3')
)
libraryDependencies += "io.zeebe" % "atomix-storage" % "1.0.0-alpha3"
[io.zeebe/atomix-storage "1.0.0-alpha3"]