is not current version
Last Version 0.1.2

com.distkv:dst-superpom 0.1.1

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++.

GroupId

GroupId

com.distkv
ArtifactId

ArtifactId

dst-superpom
Version

Version

0.1.1
Type

Type

pom

Download dst-superpom 0.1.1

Filename Size
dst-superpom-0.1.1.pom 9 KB
Browse

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