Copycat Vert.x

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

Last Version

0.4.1.onos
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download copycat-vertx

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.vertx : vertx-core jar 2.1.1
io.vertx : vertx-platform jar 2.1.1
io.vertx : vertx-hazelcast jar 2.1.1
com.hazelcast : hazelcast jar 3.2.1
io.vertx : testtools jar 2.0.2-final
org.onosproject : copycat-core jar 0.4.1.onos
org.slf4j : slf4j-api jar 1.7.7

test (4)

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