Last Version

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

GroupId

GroupId

com.distkv
ArtifactId

ArtifactId

dst-fclt
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-fclt 0.1.2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.