Copycat Chronicle Log

Replicated state machine framework based on the Raft consensus algorithm. Fork based on http://github.com/kuujo/copycat

License

License

GroupId

GroupId

org.onosproject
ArtifactId

ArtifactId

copycat-chronicle
Last Version

Last Version

0.4.1.onos
Release Date

Release Date

Type

Type

jar
Description

Description

Copycat Chronicle Log
Replicated state machine framework based on the Raft consensus algorithm. Fork based on http://github.com/kuujo/copycat

Download copycat-chronicle

How to add to project

<!-- https://jarcasting.com/artifacts/org.onosproject/copycat-chronicle/ -->
<dependency>
    <groupId>org.onosproject</groupId>
    <artifactId>copycat-chronicle</artifactId>
    <version>0.4.1.onos</version>
</dependency>
// https://jarcasting.com/artifacts/org.onosproject/copycat-chronicle/
implementation 'org.onosproject:copycat-chronicle:0.4.1.onos'
// https://jarcasting.com/artifacts/org.onosproject/copycat-chronicle/
implementation ("org.onosproject:copycat-chronicle:0.4.1.onos")
'org.onosproject:copycat-chronicle:jar:0.4.1.onos'
<dependency org="org.onosproject" name="copycat-chronicle" rev="0.4.1.onos">
  <artifact name="copycat-chronicle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onosproject', module='copycat-chronicle', version='0.4.1.onos')
)
libraryDependencies += "org.onosproject" % "copycat-chronicle" % "0.4.1.onos"
[org.onosproject/copycat-chronicle "0.4.1.onos"]

Dependencies

compile (3)

Group / Artifact Type Version
org.onosproject : copycat-core jar 0.4.1.onos
net.openhft : chronicle jar 3.2.2
org.slf4j : slf4j-api jar 1.7.7

test (4)

Group / Artifact Type Version
org.onosproject : copycat-core test-jar 0.4.1.onos
org.testng : testng jar 6.8.8
net.jodah : concurrentunit jar 0.3.2
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1.onos
0.4.0.onos