Last Version

Apache Ratis Protocols 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-proto
Version

Version

2.3.0
Type

Type

jar
Description

Description

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

Project Organization

The Apache Software Foundation

Download ratis-proto 2.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.ratis : ratis-thirdparty-misc jar 1.0.0

provided (1)

Group / Artifact Type Version
org.apache.tomcat : annotations-api jar 6.0.53

Project Modules

There are no modules declared in this project.