Copycat Core

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-core
Last Version

Last Version

0.5.1.onos
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download copycat-core

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.esotericsoftware : kryo jar 3.0.0
com.google.guava : guava jar 18.0
com.typesafe : config jar 1.2.1
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

There are no modules declared in this project.

Versions

Version
0.5.1.onos
0.5.0.onos
0.4.1.onos
0.4.0.onos