| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ratis |
| ArtifactId | ArtifactIdratis |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache Ratis
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ratis-2.3.0.pom | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis/
implementation 'org.apache.ratis:ratis:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis/
implementation ("org.apache.ratis:ratis:2.3.0")
'org.apache.ratis:ratis:pom:2.3.0'
<dependency org="org.apache.ratis" name="ratis" rev="2.3.0">
<artifact name="ratis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis" % "2.3.0"
[org.apache.ratis/ratis "2.3.0"]