cb372 / scalacache   0.28.0

Website GitHub

Simple caching in Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 0.6

cacheable-core 0.1.1


Group ID:
com.github.cb372
Artifact ID:
cacheable-core_2.10
Version:
0.1.1
Release Date:
Nov 16, 2014
Licenses:

libraryDependencies += "com.github.cb372" %% "cacheable-core" % "0.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.cb372::cacheable-core:0.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.cb372::cacheable-core:0.1.1"

Ammonite REPL

import $ivy.`com.github.cb372::cacheable-core:0.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.cb372</groupId>
  <artifactId>cacheable-core_2.10</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.github.cb372', name: 'cacheable-core_2.10', version: '0.1.1'