MVN

io.qdb : qdb-kvstore

Maven & Gradle

Aug 01, 2013
6 stars

qdb-kvstore · Transactional in memory key/value store with disk based transaction log

<dependency>
    <groupId>io.qdb</groupId>
    <artifactId>qdb-kvstore</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qdb : qdb-kvstore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of io.qdb : qdb-kvstore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
qdb-kvstore-0.1.3

How to add a dependency to Maven

Add the following io.qdb : qdb-kvstore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qdb</groupId>
    <artifactId>qdb-kvstore</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qdb : qdb-kvstore gradle dependency to your build.gradle file:

implementation 'io.qdb:qdb-kvstore:0.1.3'

Gradle Kotlin DSL: Add the following io.qdb : qdb-kvstore gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qdb:qdb-kvstore:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qdb : qdb-kvstore sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qdb" % "qdb-kvstore" % "0.1.3"

Advertisement