Last Version

feeyo-raft 0.1.0

A java implementation of RAFT consensus algorithm

License

License

GroupId

GroupId

com.github.variflight
ArtifactId

ArtifactId

feeyo-raft
Version

Version

0.1.0
Type

Type

jar
Description

Description

feeyo-raft
A java implementation of RAFT consensus algorithm
Project URL

Project URL

https://github.com/variflight/feeyo-raft
Source Code Management

Source Code Management

https://github.com/variflight/feeyo-raft/tree/master

Download feeyo-raft 0.1.0


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

Dependencies

compile (12)

Group / Artifact Type Version
com.github.variflight : feeyo-nio jar 0.1.0
com.google.protobuf : protobuf-java jar 3.5.1
com.google.protobuf : protobuf-java-util jar 3.5.1
commons-cli : commons-cli jar 1.4
jline : jline jar 2.14.5
com.alibaba : fastjson jar 1.2.29
org.slf4j : slf4j-log4j12 jar 1.7.2
org.apache.commons : commons-lang3 jar 3.5
org.apache.commons : commons-math3 jar 3.5
commons-io : commons-io jar 2.7
com.lmax : disruptor jar 3.3.7
net.java.dev.jna : jna jar 4.2.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.