Last Version

Apache Ratis 2.3.0

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

License

License

GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis
Version

Version

2.3.0
Type

Type

pom
Description

Description

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

Project URL

https://ratis.apache.org/
Project Organization

Project Organization

The Apache Software Foundation

Download ratis 2.3.0

Filename Size
ratis-2.3.0.pom 37 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ratis-docs
  • ratis-proto
  • ratis-common
  • ratis-client
  • ratis-server-api
  • ratis-server
  • ratis-resource-bundle
  • ratis-grpc
  • ratis-netty
  • ratis-test
  • ratis-examples
  • ratis-replicated-map
  • ratis-metrics
  • ratis-tools
  • ratis-shell
  • ratis-assembly