Last Version

Distkv 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-superpom
Version

Version

0.1.3
Type

Type

pom
Description

Description

Distkv
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++.
Project URL

Project URL

https://distkv.com/
Source Code Management

Source Code Management

https://github.com/distkv-project/distkv

Download distkv-superpom 0.1.3

Filename Size
distkv-superpom-0.1.3.pom 11 KB
Browse

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

Dependencies

test (1)

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

Project Modules

  • core
  • server
  • client
  • test
  • common
  • rpc
  • parser
  • fclt
  • pine