| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ratis |
| ArtifactId | ArtifactIdratis-shell |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Ratis Shell
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ratis-shell-2.3.0.pom | |
| ratis-shell-2.3.0.jar | 55 KB |
| ratis-shell-2.3.0-tests.jar | 7 KB |
| ratis-shell-2.3.0-test-sources.jar | 7 KB |
| ratis-shell-2.3.0-sources.jar | 38 KB |
| ratis-shell-2.3.0-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-shell/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-shell</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-shell/
implementation 'org.apache.ratis:ratis-shell:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-shell/
implementation ("org.apache.ratis:ratis-shell:2.3.0")
'org.apache.ratis:ratis-shell:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-shell" rev="2.3.0">
<artifact name="ratis-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-shell', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-shell" % "2.3.0"
[org.apache.ratis/ratis-shell "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-client | jar | 2.3.0 |
| org.apache.ratis : ratis-common | jar | 2.3.0 |
| org.apache.ratis : ratis-grpc | jar | 2.3.0 |
| org.apache.ratis : ratis-metrics | jar | 2.3.0 |
| org.apache.ratis : ratis-server-api | jar | 2.3.0 |
| commons-cli : commons-cli | jar | 1.5.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| org.reflections : reflections | jar | 0.10.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.29 |