is not current version
Last Version 1.0.1

com.github.datatechnology.jraft.core:jraft-core 1.0.0

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

Categories

Categories

Data
GroupId

GroupId

com.github.datatechnology.jraft.core
ArtifactId

ArtifactId

jraft-core
Version

Version

1.0.0
Type

Type

jar

Download jraft-core 1.0.0


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