Apache Ratis Tools

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

License

License

GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-tools
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project Organization

The Apache Software Foundation

Download ratis-tools

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.ratis : ratis-server jar 2.3.0
org.apache.ratis : ratis-proto jar 2.3.0
org.apache.ratis : ratis-common jar 2.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
0.5.0