is not current version
Last Version 2.3.0

org.apache.ratis:ratis-grpc 1.0.0


Categories

Categories

gRPC Net Networking
GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-grpc
Version

Version

1.0.0
Type

Type

jar

Download ratis-grpc 1.0.0


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