License |
License |
---|---|
Categories |
CategoriesCLI User Interface Atomix Application Layer Libs Distributed Applications |
GroupId | GroupIdio.atomix.copycat |
ArtifactId | ArtifactIdcopycat-client |
Last Version | Last Version1.2.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCopycat Client
Feature complete implementation of the Raft consensus algorithm.
|
Filename | Size |
---|---|
copycat-client-1.2.8.pom | |
copycat-client-1.2.8.jar | 67 KB |
copycat-client-1.2.8-sources.jar | 38 KB |
copycat-client-1.2.8-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/ -->
<dependency>
<groupId>io.atomix.copycat</groupId>
<artifactId>copycat-client</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/
implementation 'io.atomix.copycat:copycat-client:1.2.8'
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/
implementation ("io.atomix.copycat:copycat-client:1.2.8")
'io.atomix.copycat:copycat-client:jar:1.2.8'
<dependency org="io.atomix.copycat" name="copycat-client" rev="1.2.8">
<artifact name="copycat-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomix.copycat', module='copycat-client', version='1.2.8')
)
libraryDependencies += "io.atomix.copycat" % "copycat-client" % "1.2.8"
[io.atomix.copycat/copycat-client "1.2.8"]
Group / Artifact | Type | Version |
---|---|---|
io.atomix.copycat : copycat-protocol | jar | 1.2.8 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
org.testng : testng | jar | 6.8.8 |
net.jodah : concurrentunit | jar | 0.4.2 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.1.2 |