Last Version

Copycat 0.5.1.onos

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-parent
Version

Version

0.5.1.onos
Type

Type

pom
Description

Description

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

Project URL

http://github.com/madjam/copycat

Download copycat-parent 0.5.1.onos


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (3)

Group / Artifact Type Version
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

  • core
  • api
  • event-log
  • state-log
  • state-machine
  • leader-election
  • collections
  • test-tools