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