| License | License | 
|---|---|
| Categories | CategoriesNet CLI User Interface | 
| GroupId | GroupIdnet.kuujo.catalog | 
| ArtifactId | ArtifactIdcatalog-client | 
| Last Version | Last Version1.0.0-alpha1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCatalog Raft Client Feature complete implementation of the Raft consensus algorithm. | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.kuujo.catalog : catalog-protocol | jar | 1.0.0-alpha1 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| 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 |