Last Version

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


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

Dependencies

compile (15)

Group / Artifact Type Version
com.alipay.sofa : jraft-core jar 1.2.6
com.google.code.findbugs : jsr305 jar 3.0.2
com.alipay.sofa : bolt jar 1.5.3
com.alipay.sofa : hessian jar 3.3.6
org.slf4j : slf4j-api jar 1.7.21
com.lmax : disruptor jar 3.3.7
commons-io : commons-io jar 2.4
commons-lang : commons-lang jar 2.6
com.google.protobuf : protobuf-java jar 3.5.1
io.protostuff : protostuff-core jar 1.6.0
io.protostuff : protostuff-runtime jar 1.6.0
org.rocksdb : rocksdbjni jar 5.14.2
net.openhft : affinity jar 3.1.7
io.dropwizard.metrics : metrics-core jar 4.0.2
com.alibaba : fastjson jar 1.2.62

Project Modules

There are no modules declared in this project.