a

atomix-storage

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