License |
License |
---|---|
Categories |
CategoriesPermazen Data ORM |
GroupId | GroupIdio.permazen |
ArtifactId | ArtifactIdpermazen-kv-raft |
Last Version | Last Version4.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPermazen Raft Key/Value Store
Permazen distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.
|
Filename | Size |
---|---|
permazen-kv-raft-4.1.9.pom | |
permazen-kv-raft-4.1.9.jar | 208 KB |
permazen-kv-raft-4.1.9-sources.jar | 132 KB |
permazen-kv-raft-4.1.9-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.permazen/permazen-kv-raft/ -->
<dependency>
<groupId>io.permazen</groupId>
<artifactId>permazen-kv-raft</artifactId>
<version>4.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.permazen/permazen-kv-raft/
implementation 'io.permazen:permazen-kv-raft:4.1.9'
// https://jarcasting.com/artifacts/io.permazen/permazen-kv-raft/
implementation ("io.permazen:permazen-kv-raft:4.1.9")
'io.permazen:permazen-kv-raft:jar:4.1.9'
<dependency org="io.permazen" name="permazen-kv-raft" rev="4.1.9">
<artifact name="permazen-kv-raft" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.permazen', module='permazen-kv-raft', version='4.1.9')
)
libraryDependencies += "io.permazen" % "permazen-kv-raft" % "4.1.9"
[io.permazen/permazen-kv-raft "4.1.9"]
Group / Artifact | Type | Version |
---|---|---|
io.permazen : permazen-kv | jar | 4.1.9 |
io.permazen : permazen-util | jar | 4.1.9 |
com.google.guava : guava | jar | 31.1-jre |
org.dellroad : dellroad-stuff-main | jar | 2.4.10 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
io.permazen : permazen-cli | jar | 4.1.9 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
io.permazen : permazen-kv-test | jar | 4.1.9 |
io.permazen : permazen-kv-array | jar | 4.1.9 |
io.permazen : permazen-kv-leveldb | jar | 4.1.9 |
io.permazen : permazen-kv-mvstore | jar | 4.1.9 |
io.permazen : permazen-kv-rocksdb | jar | 4.1.9 |
io.permazen : permazen-kv-sqlite | jar | 4.1.9 |
org.testng : testng | jar | 7.1.0 |