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