Last Version

com.distkv:distkv-common 0.1.3

Distkv project is a memory-based distributed key-value storage system. Besides these features, dst can support table concept which looks like tables in relational databases. We use java to finish this project, which is somewhat different from most databases using c/c++.

License

License

GroupId

GroupId

com.distkv
ArtifactId

ArtifactId

distkv-common
Version

Version

0.1.3
Type

Type

jar
Description

Description

Distkv project is a memory-based distributed key-value storage system. Besides these features, dst can support table concept which looks like tables in relational databases. We use java to finish this project, which is somewhat different from most databases using c/c++.

Download distkv-common 0.1.3


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 20.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 7.0.0

Project Modules

There are no modules declared in this project.