a

atomix-storage

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