MVN

top.thinkin.kitdb : kitdb

Maven & Gradle

Mar 27, 2020
407 stars

KitDB是一个内嵌式持久型的 高速NoSQL存储 lib,以jar 包方式嵌入到应用中

<dependency>
    <groupId>top.thinkin.kitdb</groupId>
    <artifactId>kitdb</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.thinkin.kitdb : kitdb to add to Maven - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of top.thinkin.kitdb : kitdb to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
kitdb-0.2.6
kitdb-0.2.4
kitdb-0.2.3
0.1.x
kitdb-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>top.thinkin.kitdb</groupId>
    <artifactId>kitdb</artifactId>
    <version>0.2.6</version>
</dependency>

Advertisement