| License |
License |
|---|---|
| Categories |
CategoriesgRPC Net Networking |
| GroupId | GroupIdorg.apache.ratis |
| ArtifactId | ArtifactIdratis-grpc |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Ratis gRPC Support
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ratis-grpc-2.3.0.pom | |
| ratis-grpc-2.3.0.jar | 105 KB |
| ratis-grpc-2.3.0-tests.jar | 10 KB |
| ratis-grpc-2.3.0-test-sources.jar | 8 KB |
| ratis-grpc-2.3.0-sources.jar | 41 KB |
| ratis-grpc-2.3.0-javadoc.jar | 545 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-grpc/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-grpc</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-grpc/
implementation 'org.apache.ratis:ratis-grpc:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-grpc/
implementation ("org.apache.ratis:ratis-grpc:2.3.0")
'org.apache.ratis:ratis-grpc:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-grpc" rev="2.3.0">
<artifact name="ratis-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-grpc', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-grpc" % "2.3.0"
[org.apache.ratis/ratis-grpc "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-thirdparty-misc | jar | 1.0.0 |
| org.apache.ratis : ratis-proto | jar | 2.3.0 |
| org.apache.ratis : ratis-common | jar | 2.3.0 |
| org.apache.ratis : ratis-client | jar | 2.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-server | jar | 2.3.0 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 4.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-common | test-jar | 2.3.0 |
| org.apache.ratis : ratis-client | test-jar | 2.3.0 |
| org.apache.ratis : ratis-server | test-jar | 2.3.0 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.3.1 |