tototoshi / dbcache   1.0.0

GitHub

Cache library with RDB backend

Scala versions: 3.x 2.13 2.12 2.11

dbcache-postgresql 0.1.1


Group ID:
com.github.tototoshi
Artifact ID:
dbcache-postgresql_2.11
Version:
0.1.1
Release Date:
Sept 1, 2016
Licenses:

libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::dbcache-postgresql:0.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::dbcache-postgresql:0.1.1"

Ammonite REPL

import $ivy.`com.github.tototoshi::dbcache-postgresql: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.tototoshi</groupId>
  <artifactId>dbcache-postgresql_2.11</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'dbcache-postgresql_2.11', version: '0.1.1'