Last Version

com.distkv:dst-client 0.1.2

Dst 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

dst-client
Version

Version

0.1.2
Type

Type

jar
Description

Description

Dst 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 dst-client 0.1.2


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

Dependencies

compile (5)

Group / Artifact Type Version
com.distkv : dst-common jar 0.1.2
com.distkv : dst-rpc jar 0.1.2
com.distkv : dst-parser jar 0.1.2
com.google.guava : guava jar RELEASE
com.beust : jcommander jar 1.72

Project Modules

There are no modules declared in this project.