Last Version

jraft-core 1.0.1

Java implementation of Raft Consensus, this module contains only the core algorithm, and does not have any dependency except Java SE 8, for interface implementations that required by this module, please checkout jraft-ext module

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.datatechnology.jraft.core
ArtifactId

ArtifactId

jraft-core
Version

Version

1.0.1
Type

Type

jar
Description

Description

jraft-core
Java implementation of Raft Consensus, this module contains only the core algorithm, and does not have any dependency except Java SE 8, for interface implementations that required by this module, please checkout jraft-ext module
Project URL

Project URL

https://github.com/datatechnology/jraft
Source Code Management

Source Code Management

https://github.com/datatechnology/jraft.git

Download jraft-core 1.0.1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.