a

atomix-storage

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