a

atomix-storage

Files download
File Operation
atomix-storage-3.0.0-rc5.jar download
atomix-storage-3.0.0-rc5.pom download
atomix-storage-3.0.0-rc5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.atomix</groupId>
  <artifactId>atomix-storage</artifactId>
  <version>3.0.0-rc5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atomix:atomix-storage:3.0.0-rc5'
Gradle Kotlin
implementation("io.atomix:atomix-storage:3.0.0-rc5")
Scala SBT
libraryDependencies += "io.atomix" % "atomix-storage" % "3.0.0-rc5"
Groovy Grape
@Grapes(
  @Grab(group='io.atomix', module='atomix-storage', version='3.0.0-rc5')
)
Apache Ivy
<dependency org="io.atomix" name="atomix-storage" rev="3.0.0-rc5" />
Leiningen
[io.atomix/atomix-storage "3.0.0-rc5"]
Apache Buildr
'io.atomix:atomix-storage:jar:3.0.0-rc5'