Last Version

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


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

Dependencies

compile (5)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.7.2
org.apache.commons : commons-jexl3 jar 3.1
com.distkv : dst-rpc jar 0.1.2
com.distkv : dst-common jar 0.1.2
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.