tototoshi / dbcache   1.0.0

GitHub

Cache library with RDB backend

Scala versions: 3.x 2.13 2.12 2.11

dbcache-core 0.4.0


Group ID:
com.github.tototoshi
Artifact ID:
dbcache-core_2.13
Version:
0.4.0
Release Date:
Oct 21, 2020
Licenses:
Files:

libraryDependencies += "com.github.tototoshi" %% "dbcache-core" % "0.4.0"

Mill build tool

ivy"com.github.tototoshi::dbcache-core:0.4.0"

Scala CLI

//> using dep "com.github.tototoshi::dbcache-core:0.4.0"

Ammonite REPL

import $ivy.`com.github.tototoshi::dbcache-core:0.4.0`

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>dbcache-core_2.13</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'dbcache-core_2.13', version: '0.4.0'