Last Version

DST 0.1.0

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.dst-pro
ArtifactId

ArtifactId

dst-superpom
Version

Version

0.1.0
Type

Type

pom
Description

Description

DST
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++.
Source Code Management

Source Code Management

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

Download dst-superpom 0.1.0

Filename Size
dst-superpom-0.1.0.pom 7 KB
Browse

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

Dependencies

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

Project Modules

  • core
  • server
  • client
  • test
  • common