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