License |
License |
---|---|
GroupId | GroupIdcom.github.variflight |
ArtifactId | ArtifactIdfeeyo-raft |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeeyo-raft
A java implementation of RAFT consensus algorithm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
feeyo-raft-0.1.0.pom | |
feeyo-raft-0.1.0.jar | 683 KB |
feeyo-raft-0.1.0-sources.jar | 891 KB |
feeyo-raft-0.1.0-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |