is not current version
Last Version 2.2.0

org.apache.ratis:ratis-logservice 0.4.0


GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-logservice
Version

Version

0.4.0
Type

Type

jar

Download ratis-logservice 0.4.0


<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-logservice/ -->
<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis-logservice</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-logservice/
implementation 'org.apache.ratis:ratis-logservice:0.4.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-logservice/
implementation ("org.apache.ratis:ratis-logservice:0.4.0")
'org.apache.ratis:ratis-logservice:jar:0.4.0'
<dependency org="org.apache.ratis" name="ratis-logservice" rev="0.4.0">
  <artifact name="ratis-logservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-logservice', version='0.4.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-logservice" % "0.4.0"
[org.apache.ratis/ratis-logservice "0.4.0"]