MVN

com.ethlo.keyvalue : keyvalue-mysql

Maven & Gradle

Jan 06, 2023
0 stars

Key-Value - MySQL implementation

<dependency>
    <groupId>com.ethlo.keyvalue</groupId>
    <artifactId>keyvalue-mysql</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ethlo.keyvalue : keyvalue-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of com.ethlo.keyvalue : keyvalue-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
keyvalue-mysql-2.3.2
keyvalue-mysql-2.3.1
keyvalue-mysql-2.3.0
2.2.x
keyvalue-mysql-2.2.0
2.1.x
keyvalue-mysql-2.1.1
keyvalue-mysql-2.1.0
2.0.x
keyvalue-mysql-2.0.0
1.1.x
keyvalue-mysql-1.1.2
keyvalue-mysql-1.1.1
keyvalue-mysql-1.1.0
1.0.x
keyvalue-mysql-1.0.0
0.9.x
keyvalue-mysql-0.9.1
keyvalue-mysql-0.9.0

How to add a dependency to Maven

Add the following com.ethlo.keyvalue : keyvalue-mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ethlo.keyvalue</groupId>
    <artifactId>keyvalue-mysql</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ethlo.keyvalue : keyvalue-mysql gradle dependency to your build.gradle file:

implementation 'com.ethlo.keyvalue:keyvalue-mysql:2.3.2'

Gradle Kotlin DSL: Add the following com.ethlo.keyvalue : keyvalue-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ethlo.keyvalue:keyvalue-mysql:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ethlo.keyvalue : keyvalue-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-mysql" % "2.3.2"

Advertisement