License |
License |
---|---|
Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
GroupId | GroupIdio.atomix.copycat |
ArtifactId | ArtifactIdcopycat-test |
Last Version | Last Version1.0.0-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCopycat Raft Tests
Feature complete implementation of the Raft consensus algorithm.
|
Filename | Size |
---|---|
copycat-test-1.0.0-beta1.pom | |
copycat-test-1.0.0-beta1.jar | 2 KB |
copycat-test-1.0.0-beta1-tests.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atomix.copycat/copycat-test/ -->
<dependency>
<groupId>io.atomix.copycat</groupId>
<artifactId>copycat-test</artifactId>
<version>1.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-test/
implementation 'io.atomix.copycat:copycat-test:1.0.0-beta1'
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-test/
implementation ("io.atomix.copycat:copycat-test:1.0.0-beta1")
'io.atomix.copycat:copycat-test:jar:1.0.0-beta1'
<dependency org="io.atomix.copycat" name="copycat-test" rev="1.0.0-beta1">
<artifact name="copycat-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomix.copycat', module='copycat-test', version='1.0.0-beta1')
)
libraryDependencies += "io.atomix.copycat" % "copycat-test" % "1.0.0-beta1"
[io.atomix.copycat/copycat-test "1.0.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
io.atomix.copycat : copycat-client | jar | 1.0.0-beta1 |
io.atomix.copycat : copycat-server | jar | 1.0.0-beta1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
io.atomix.catalyst : catalyst-local | jar | 1.0.0-rc3 |
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 |
Version |
---|
1.0.0-beta1
|