не последняя версия
Последняя версия 2.3.0

org.apache.ratis:ratis 0.4.0

Apache Ratis is an open source java implementation for RAFT consensus protocol

Группа

Группа

org.apache.ratis
Идентификатор

Идентификатор

ratis
Версия

Версия

0.4.0
Тип

Тип

pom

Скачать ratis 0.4.0

Имя Файла Размер
ratis-0.4.0.pom 35 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis/ -->
<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis</artifactId>
    <version>0.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis/
implementation 'org.apache.ratis:ratis:0.4.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis/
implementation ("org.apache.ratis:ratis:0.4.0")
'org.apache.ratis:ratis:pom:0.4.0'
<dependency org="org.apache.ratis" name="ratis" rev="0.4.0">
  <artifact name="ratis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis', version='0.4.0')
)
libraryDependencies += "org.apache.ratis" % "ratis" % "0.4.0"
[org.apache.ratis/ratis "0.4.0"]