MVN

com.viantinc.voldemort : cachestore-storage

Maven & Gradle

Mar 10, 2016
1 usages
2 stars

cachestore-storage · An Open Source of cachestore-storage

<dependency>
    <groupId>com.viantinc.voldemort</groupId>
    <artifactId>cachestore-storage</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.viantinc.voldemort : cachestore-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4

All Versions

Choose a version of com.viantinc.voldemort : cachestore-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cachestore-storage-4.0.4

How to add a dependency to Maven

Add the following com.viantinc.voldemort : cachestore-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.viantinc.voldemort</groupId>
    <artifactId>cachestore-storage</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.viantinc.voldemort : cachestore-storage gradle dependency to your build.gradle file:

implementation 'com.viantinc.voldemort:cachestore-storage:4.0.4'

Gradle Kotlin DSL: Add the following com.viantinc.voldemort : cachestore-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.viantinc.voldemort:cachestore-storage:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.viantinc.voldemort : cachestore-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.viantinc.voldemort" % "cachestore-storage" % "4.0.4"