Copycat Parent Pom

Feature complete implementation of the Raft consensus algorithm.

License

License

Categories

Categories

Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.atomix.copycat
ArtifactId

ArtifactId

copycat-parent
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

pom
Description

Description

Copycat Parent Pom
Feature complete implementation of the Raft consensus algorithm.
Project URL

Project URL

http://github.com/atomix/copycat

Download copycat-parent

Filename Size
copycat-parent-1.2.8.pom 6 KB
Browse

How to add to project

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

Dependencies

compile (1)

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

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
net.jodah : concurrentunit jar 0.4.2
org.mockito : mockito-core jar 1.10.19
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

  • protocol
  • server
  • client
  • test
  • examples
io.atomix.copycat

Atomix

A polyglot framework for building fault-tolerant distributed systems

Versions

Version
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.1-rc1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
1.0.0-beta6
1.0.0-beta5
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1