MVN

com.ethlo.keyvalue : keyvalue-sync

Maven & Gradle

Aug 07, 2020
0 stars

Key-Value - Cache Sync · Generic Key/Value syncronization

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

Latest Version

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

  • Latest Stable: 1.1.2

All Versions

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

Version Vulnerabilities Updated
1.1.x
keyvalue-sync-1.1.2
keyvalue-sync-1.1.1
keyvalue-sync-1.1.0
1.0.x
keyvalue-sync-1.0.0
0.9.x
keyvalue-sync-0.9.1
keyvalue-sync-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ethlo.keyvalue</groupId>
    <artifactId>keyvalue-sync</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ethlo.keyvalue:keyvalue-sync:1.1.2'

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

implementation("com.ethlo.keyvalue:keyvalue-sync:1.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-sync" % "1.1.2"

Advertisement