MVN

dev.keva : config

Maven & Gradle

Jun 02, 2022
1 usages
98 stars

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

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

Latest Version

Choose a version of dev.keva : config 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 : config to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'dev.keva:config:0.1.4'

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.keva" % "config" % "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