a

atomix-storage

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