MVN

com.spotify : folsom-elasticache

Maven & Gradle

Sep 23, 2022
1 usages
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>folsom-elasticache</artifactId>
    <version>1.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : folsom-elasticache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0

All Versions

Choose a version of com.spotify : folsom-elasticache to add to Maven or Gradle - All Versions:

  • Version Updated
  • folsom-elasticache-1.15.0

    Sep 23, 2022
  • folsom-elasticache-1.14.0

    Apr 26, 2022
  • folsom-elasticache-1.13.1

    Mar 10, 2022
  • folsom-elasticache-1.13.0

    Mar 02, 2022
  • folsom-elasticache-1.12.1

    Feb 10, 2022
  • folsom-elasticache-1.12.0

    Jan 12, 2022
  • folsom-elasticache-1.11.0

    Jan 11, 2022
  • folsom-elasticache-1.10.0

    Nov 15, 2021
  • folsom-elasticache-1.9.4

    Sep 28, 2021
  • folsom-elasticache-1.9.3

    Sep 27, 2021
  • folsom-elasticache-1.9.2

    Sep 05, 2021
  • folsom-elasticache-1.9.1

    Sep 03, 2021
  • folsom-elasticache-1.9.0

    May 10, 2021
  • folsom-elasticache-1.8.0

    Feb 24, 2021
  • folsom-elasticache-1.7.4

    Sep 15, 2020
  • folsom-elasticache-1.7.3

    Apr 27, 2020
  • folsom-elasticache-1.7.2

    Feb 27, 2020
  • folsom-elasticache-1.7.1

    Nov 26, 2019
  • folsom-elasticache-1.7.0

    Nov 26, 2019

How to add a dependency to Maven

Add the following com.spotify : folsom-elasticache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>folsom-elasticache</artifactId>
    <version>1.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : folsom-elasticache gradle dependency to your build.gradle file:

implementation 'com.spotify:folsom-elasticache:1.15.0'

Gradle Kotlin DSL: Add the following com.spotify : folsom-elasticache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:folsom-elasticache:1.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : folsom-elasticache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "folsom-elasticache" % "1.15.0"