d

dledger-all

A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
https://github.com/openmessaging/dledger
OpenMessaging DLedger
Files download
File Operation
dledger-all-0.4.0.pom download
Apache Maven
<dependency>
  <groupId>io.openmessaging.storage</groupId>
  <artifactId>dledger-all</artifactId>
  <version>0.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.openmessaging.storage:dledger-all:0.4.0'
Gradle Kotlin
implementation("io.openmessaging.storage:dledger-all:0.4.0")
Scala SBT
libraryDependencies += "io.openmessaging.storage" % "dledger-all" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.openmessaging.storage', module='dledger-all', version='0.4.0')
)
Apache Ivy
<dependency org="io.openmessaging.storage" name="dledger-all" rev="0.4.0" />
Leiningen
[io.openmessaging.storage/dledger-all "0.4.0"]
Apache Buildr
'io.openmessaging.storage:dledger-all:jar:0.4.0'