is not current version
Last Version 2.3.0

org.apache.ratis:ratis-proto 1.0.0


GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-proto
Version

Version

1.0.0
Type

Type

jar

Download ratis-proto 1.0.0


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