MVN

com.evolution : scache_2.12

Maven & Gradle

Jul 03, 2023
53 stars

scache · Cache in Scala with cats-effect

<dependency>
    <groupId>com.evolution</groupId>
    <artifactId>scache_2.12</artifactId>
    <version>5.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evolution : scache_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.2

All Versions

Choose a version of com.evolution : scache_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
scache_2.12-5.1.2
scache_2.12-5.1.1
scache_2.12-5.1.0
5.0.x
scache_2.12-5.0.0
4.6.x
scache_2.12-4.6.1
scache_2.12-4.6.0
4.5.x
scache_2.12-4.5.0
4.4.x
scache_2.12-4.4.1
scache_2.12-4.4.0
4.3.x
scache_2.12-4.3.2
scache_2.12-4.3.1.1
3.9.x
scache_2.12-3.9.1
scache_2.12-3.9.0
3.8.x
scache_2.12-3.8.0
3.7.x
scache_2.12-3.7.3
scache_2.12-3.7.2
scache_2.12-3.7.1
scache_2.12-3.7.0
3.6.x
scache_2.12-3.6.1

How to add a dependency to Maven

Add the following com.evolution : scache_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.evolution</groupId>
    <artifactId>scache_2.12</artifactId>
    <version>5.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.evolution : scache_2.12 gradle dependency to your build.gradle file:

implementation 'com.evolution:scache_2.12:5.1.2'

Gradle Kotlin DSL: Add the following com.evolution : scache_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.evolution:scache_2.12:5.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.evolution : scache_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.evolution" % "scache_2.12" % "5.1.2"