is not current version
Last Version 2.3.0

org.apache.ratis:ratis-grpc 0.3.0


Categories

Categories

gRPC Net Networking
GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-grpc
Version

Version

0.3.0
Type

Type

jar

Download ratis-grpc 0.3.0


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