Last Version

raft-java-core 1.8.0

another Raft implementation for Java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.wenweihu86.raft
ArtifactId

ArtifactId

raft-java-core
Version

Version

1.8.0
Type

Type

jar
Description

Description

raft-java-core
another Raft implementation for Java
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/wenweihu86/rpc-java

Download raft-java-core 1.8.0


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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.wenweihu86.rpc : rpc-java jar 1.8.0
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.5
org.projectlombok : lombok jar 1.16.18
com.google.guava : guava jar 21.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.