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

libraft-core 0.1.1

Java implementation of the Raft distributed consensus algorithm

Лицензия

Лицензия

Группа

Группа

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

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

libraft-core
Версия

Версия

0.1.1
Тип

Тип

jar
Описание

Описание

libraft-core
Java implementation of the Raft distributed consensus algorithm
Система контроля версий

Система контроля версий

https://github.com/allengeorge/libraft.git

Скачать libraft-core 0.1.1


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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 14.0.+
com.google.code.findbugs : jsr305 jar 2.0.1
org.slf4j : slf4j-api jar 1.7.+

test (6)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.+
org.mockito : mockito-core jar 1.9.5
junit : junit jar 4.11
org.codehaus.janino : janino jar 2.6.1
org.hamcrest : hamcrest-all jar 1.3
org.codehaus.janino : commons-compiler jar 2.6.1

Модули Проекта

Данный проект не имеет модулей.