License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.ratis |
ArtifactId | ArtifactIdratis-client |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Ratis Client
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ratis-client-2.3.0.pom | |
ratis-client-2.3.0.jar | 52 KB |
ratis-client-2.3.0-tests.jar | 6 KB |
ratis-client-2.3.0-test-sources.jar | 6 KB |
ratis-client-2.3.0-sources.jar | 28 KB |
ratis-client-2.3.0-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-client/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-client</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-client/
implementation 'org.apache.ratis:ratis-client:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-client/
implementation ("org.apache.ratis:ratis-client:2.3.0")
'org.apache.ratis:ratis-client:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-client" rev="2.3.0">
<artifact name="ratis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-client', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-client" % "2.3.0"
[org.apache.ratis/ratis-client "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.slf4j : slf4j-api | jar | 1.7.29 |