Last Version

libraft-core 0.1.1

Java implementation of the Raft distributed consensus algorithm

License

License

GroupId

GroupId

io.libraft
ArtifactId

ArtifactId

libraft-core
Version

Version

0.1.1
Type

Type

jar
Description

Description

libraft-core
Java implementation of the Raft distributed consensus algorithm
Source Code Management

Source Code Management

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

Download 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.