MVN

dev.keva : kevadb

Maven & Gradle

Jun 02, 2022
98 stars

KevaDB · KevaDB - Low-latency in-memory key-value store, Redis drop-in alternative

<dependency>
    <groupId>dev.keva</groupId>
    <artifactId>kevadb</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.keva : kevadb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4
  • Latest Release Candidate: 1.0.0-rc2

All Versions

Choose a version of dev.keva : kevadb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kevadb-1.0.0-rc2
kevadb-1.0.0-rc1
kevadb-1.0.0-rc0
0.1.x
kevadb-0.1.4
kevadb-0.1.3
kevadb-0.1.2
kevadb-0.1.1
kevadb-0.1.0

How to add a dependency to Maven

Add the following dev.keva : kevadb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.keva</groupId>
    <artifactId>kevadb</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.keva : kevadb gradle dependency to your build.gradle file:

implementation 'dev.keva:kevadb:0.1.4'

Gradle Kotlin DSL: Add the following dev.keva : kevadb gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.keva:kevadb:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.keva : kevadb sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.keva" % "kevadb" % "0.1.4"

Advertisement

Dependencies from Group

Jun 02, 2022
3 usages
98 stars
Dec 20, 2021
1 usages
5 stars
Jun 02, 2022
1 usages
98 stars
Jun 02, 2022
1 usages
98 stars
Jun 02, 2022
1 usages
98 stars

Discover Dependencies