| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ratis |
| ArtifactId | ArtifactIdratis-hadoop |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Ratis Hadoop Support
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ratis-hadoop-2.2.0.pom | |
| ratis-hadoop-2.2.0.jar | 49 KB |
| ratis-hadoop-2.2.0-tests.jar | 23 KB |
| ratis-hadoop-2.2.0-test-sources.jar | 21 KB |
| ratis-hadoop-2.2.0-sources.jar | 30 KB |
| ratis-hadoop-2.2.0-javadoc.jar | 466 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-hadoop/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-hadoop</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-hadoop/
implementation 'org.apache.ratis:ratis-hadoop:2.2.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-hadoop/
implementation ("org.apache.ratis:ratis-hadoop:2.2.0")
'org.apache.ratis:ratis-hadoop:jar:2.2.0'
<dependency org="org.apache.ratis" name="ratis-hadoop" rev="2.2.0">
<artifact name="ratis-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-hadoop', version='2.2.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-hadoop" % "2.2.0"
[org.apache.ratis/ratis-hadoop "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-proto | jar | 2.2.0 |
| org.apache.ratis : ratis-common | jar | 2.2.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| org.apache.hadoop : hadoop-common | jar | 3.1.1 |
| com.google.guava : guava | jar | 11.0.2 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 4.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-client | jar | 2.2.0 |
| org.apache.ratis : ratis-server | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ratis : ratis-common | test-jar | 2.2.0 |
| org.apache.ratis : ratis-client | test-jar | 2.2.0 |
| org.apache.ratis : ratis-server | test-jar | 2.2.0 |
| junit : junit | jar | 4.12 |