| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.mervey0324 |
| Идентификатор | Идентификаторjraft-parent |
| Версия | Версия1.3.6-mt-0.3 |
| Тип | Типpom |
| Описание |
Описаниеio.github.mervey0324:jraft-parent
A production-grade java implementation of RAFT consensus algorithm.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jraft-parent-1.3.6-mt-0.3.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.3</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.3'
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/
implementation ("io.github.mervey0324:jraft-parent:1.3.6-mt-0.3")
'io.github.mervey0324:jraft-parent:pom:1.3.6-mt-0.3'
<dependency org="io.github.mervey0324" name="jraft-parent" rev="1.3.6-mt-0.3">
<artifact name="jraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mervey0324', module='jraft-parent', version='1.3.6-mt-0.3')
)
libraryDependencies += "io.github.mervey0324" % "jraft-parent" % "1.3.6-mt-0.3"
[io.github.mervey0324/jraft-parent "1.3.6-mt-0.3"]