License |
License |
---|---|
GroupId | GroupIdcom.alipay.sofa |
ArtifactId | ArtifactIdjraft-core |
Last Version | Last Version1.3.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjraft-core 1.3.11
A production-grade java implementation of RAFT consensus algorithm.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jraft-core-1.3.11.pom | |
jraft-core-1.3.11.jar | 1 MB |
jraft-core-1.3.11-sources.jar | 626 KB |
jraft-core-1.3.11-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/jraft-core/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>jraft-core</artifactId>
<version>1.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/jraft-core/
implementation 'com.alipay.sofa:jraft-core:1.3.11'
// https://jarcasting.com/artifacts/com.alipay.sofa/jraft-core/
implementation ("com.alipay.sofa:jraft-core:1.3.11")
'com.alipay.sofa:jraft-core:jar:1.3.11'
<dependency org="com.alipay.sofa" name="jraft-core" rev="1.3.11">
<artifact name="jraft-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='jraft-core', version='1.3.11')
)
libraryDependencies += "com.alipay.sofa" % "jraft-core" % "1.3.11"
[com.alipay.sofa/jraft-core "1.3.11"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 6.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.rocksdb : rocksdbjni | jar | 6.22.1.1 |
net.java.dev.jna : jna | jar | 5.5.0 |
org.jctools : jctools-core | jar | 2.1.1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.lmax : disruptor | jar | 3.3.7 |
com.google.protobuf : protobuf-java | jar | 3.5.1 |
commons-io : commons-io | jar | 2.8.0 |
commons-lang : commons-lang | jar | 2.6 |
com.alipay.sofa : bolt | jar | 1.6.4 |
com.alipay.sofa : hessian | jar | 3.3.6 |
io.dropwizard.metrics : metrics-core | jar | 4.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
junit : junit-dep | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.5 |
org.powermock : powermock-api-mockito | jar | 1.6.0 |
org.powermock : powermock-module-junit4 | jar | 1.6.0 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.apache.logging.log4j : log4j-jcl | jar | 2.17.1 |
org.openjdk.jmh : jmh-core | jar | 1.20 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.20 |