a

atomix-storage

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