License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.wenweihu86.raft |
ArtifactId | ArtifactIdraft-java-core |
Version | Version1.8.0 |
Type | Typejar |
Description |
Descriptionraft-java-core
another Raft implementation for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
raft-java-core-1.8.0.pom | |
raft-java-core-1.8.0.jar | 280 KB |
raft-java-core-1.8.0-sources.jar | 62 KB |
raft-java-core-1.8.0-javadoc.jar | 645 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |