Last Version

com.distkv:distkv-client 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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.distkv
ArtifactId

ArtifactId

distkv-client
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-client 0.1.3


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

Dependencies

compile (4)

Group / Artifact Type Version
com.distkv : distkv-common jar 0.1.3
com.distkv : distkv-rpc jar 0.1.3
com.distkv : distkv-parser jar 0.1.3
com.beust : jcommander jar 1.72

test (1)

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

Project Modules

There are no modules declared in this project.