is not current version
Last Version 2.3.0

org.apache.ratis:ratis 0.3.0

Apache Ratis is an open source java implementation for RAFT consensus protocol

GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis
Version

Version

0.3.0
Type

Type

pom

Download ratis 0.3.0

Filename Size
ratis-0.3.0.pom 31 KB
Browse

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