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