Catalog Raft Client

Feature complete implementation of the Raft consensus algorithm.

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.kuujo.catalog
ArtifactId

ArtifactId

catalog-client
Last Version

Last Version

1.0.0-alpha1
Release Date

Release Date

Type

Type

jar
Description

Description

Catalog Raft Client
Feature complete implementation of the Raft consensus algorithm.

Download catalog-client

How to add to project

<!-- https://jarcasting.com/artifacts/net.kuujo.catalog/catalog-client/ -->
<dependency>
    <groupId>net.kuujo.catalog</groupId>
    <artifactId>catalog-client</artifactId>
    <version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/net.kuujo.catalog/catalog-client/
implementation 'net.kuujo.catalog:catalog-client:1.0.0-alpha1'
// https://jarcasting.com/artifacts/net.kuujo.catalog/catalog-client/
implementation ("net.kuujo.catalog:catalog-client:1.0.0-alpha1")
'net.kuujo.catalog:catalog-client:jar:1.0.0-alpha1'
<dependency org="net.kuujo.catalog" name="catalog-client" rev="1.0.0-alpha1">
  <artifact name="catalog-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kuujo.catalog', module='catalog-client', version='1.0.0-alpha1')
)
libraryDependencies += "net.kuujo.catalog" % "catalog-client" % "1.0.0-alpha1"
[net.kuujo.catalog/catalog-client "1.0.0-alpha1"]

Dependencies

compile (2)

Group / Artifact Type Version
net.kuujo.catalog : catalog-protocol jar 1.0.0-alpha1
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.4.1
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha1