Copycat Netty

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

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.onosproject
ArtifactId

ArtifactId

copycat-netty
Last Version

Last Version

0.4.1.onos
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download copycat-netty

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
io.netty : netty-all jar 4.0.21.Final
org.onosproject : copycat-core jar 0.4.1.onos
org.slf4j : slf4j-api jar 1.7.7

test (5)

Group / Artifact Type Version
org.onosproject : copycat-test-tools jar 0.4.1.onos
org.onosproject : copycat-collections 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