is not current version
Last Version 0.1.1

io.libraft:kayvee 0.1.0

Sample consistent, distributed key-value store that uses libraft-agent and libraft-core

GroupId

GroupId

io.libraft
ArtifactId

ArtifactId

kayvee
Version

Version

0.1.0
Type

Type

jar

Download kayvee 0.1.0


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