| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.libraft |
| Идентификатор | Идентификаторlibraft-core |
| Версия | Версия0.1.1 |
| Тип | Типjar |
| Описание |
Описаниеlibraft-core
Java implementation of the Raft distributed consensus algorithm
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| libraft-core-0.1.1.pom | |
| libraft-core-0.1.1.jar | 38 KB |
| libraft-core-0.1.1-sources.jar | 46 KB |
| libraft-core-0.1.1-javadoc.jar | 100 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 14.0.+ |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.+ |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |