a

atomix-storage

文件下载
文件名 操作
atomix-storage-3.1.3.jar 下载
atomix-storage-3.1.3.pom 下载
atomix-storage-3.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.atomix</groupId>
  <artifactId>atomix-storage</artifactId>
  <version>3.1.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atomix:atomix-storage:3.1.3'
Gradle Kotlin
implementation("io.atomix:atomix-storage:3.1.3")
Scala SBT
libraryDependencies += "io.atomix" % "atomix-storage" % "3.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.atomix', module='atomix-storage', version='3.1.3')
)
Apache Ivy
<dependency org="io.atomix" name="atomix-storage" rev="3.1.3" />
Leiningen
[io.atomix/atomix-storage "3.1.3"]
Apache Buildr
'io.atomix:atomix-storage:jar:3.1.3'