Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdatomix-parent |
Version | Version0.23.2 |
Type | Typepom |
Filename | Size |
---|---|
atomix-parent-0.23.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/atomix-parent/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix-parent</artifactId>
<version>0.23.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/atomix-parent/
implementation 'io.zeebe:atomix-parent:0.23.2'
// https://jarcasting.com/artifacts/io.zeebe/atomix-parent/
implementation ("io.zeebe:atomix-parent:0.23.2")
'io.zeebe:atomix-parent:pom:0.23.2'
<dependency org="io.zeebe" name="atomix-parent" rev="0.23.2">
<artifact name="atomix-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='atomix-parent', version='0.23.2')
)
libraryDependencies += "io.zeebe" % "atomix-parent" % "0.23.2"
[io.zeebe/atomix-parent "0.23.2"]