License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datatechnology.jraft.core |
ArtifactId | ArtifactIdjraft-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionjraft-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jraft-core-1.0.1.pom | |
jraft-core-1.0.1.jar | 70 KB |
jraft-core-1.0.1-sources.jar | 43 KB |
jraft-core-1.0.1-javadoc.jar | 182 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |