не последняя версия
Последняя версия 1.3.6-mt-0.5

io.github.mervey0324:jraft-parent 1.3.6-mt-0.4

A production-grade java implementation of RAFT consensus algorithm.

Группа

Группа

io.github.mervey0324
Идентификатор

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

jraft-parent
Версия

Версия

1.3.6-mt-0.4
Тип

Тип

pom

Скачать jraft-parent 1.3.6-mt-0.4

Имя Файла Размер
jraft-parent-1.3.6-mt-0.4.pom 21 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/ -->
<dependency>
    <groupId>io.github.mervey0324</groupId>
    <artifactId>jraft-parent</artifactId>
    <version>1.3.6-mt-0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/
implementation 'io.github.mervey0324:jraft-parent:1.3.6-mt-0.4'
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/
implementation ("io.github.mervey0324:jraft-parent:1.3.6-mt-0.4")
'io.github.mervey0324:jraft-parent:pom:1.3.6-mt-0.4'
<dependency org="io.github.mervey0324" name="jraft-parent" rev="1.3.6-mt-0.4">
  <artifact name="jraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mervey0324', module='jraft-parent', version='1.3.6-mt-0.4')
)
libraryDependencies += "io.github.mervey0324" % "jraft-parent" % "1.3.6-mt-0.4"
[io.github.mervey0324/jraft-parent "1.3.6-mt-0.4"]