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