karasiq / scala-cache   1.0.3

GitHub

Simple Scala in-memory cache

Scala versions: 2.12
Scala.js versions: 0.6

scala-cache-core 1.0.2


Group ID:
com.github.karasiq
Artifact ID:
scala-cache-core_2.12
Version:
1.0.2
Release Date:
Jul 27, 2018
Licenses:
Files:

libraryDependencies += "com.github.karasiq" %% "scala-cache-core" % "1.0.2"

Mill build tool

ivy"com.github.karasiq::scala-cache-core:1.0.2"

Scala CLI

//> using dep "com.github.karasiq::scala-cache-core:1.0.2"

Ammonite REPL

import $ivy.`com.github.karasiq::scala-cache-core:1.0.2`

<dependency>
  <groupId>com.github.karasiq</groupId>
  <artifactId>scala-cache-core_2.12</artifactId>
  <version>1.0.2</version>
</dependency>

compile group: 'com.github.karasiq', name: 'scala-cache-core_2.12', version: '1.0.2'