njeuk / dbmapper   3.4.40

Apache License 2.0 GitHub

Simple asynchronous Scala database access, data mapper and table data gateway

Scala versions: 2.12 2.11

dbmapper 3.4.40


Group ID:
com.github.njeuk
Artifact ID:
dbmapper_2.12
Version:
3.4.40
Release Date:
Aug 29, 2017
Licenses:

libraryDependencies += "com.github.njeuk" %% "dbmapper" % "3.4.40"
resolvers += Resolver.bintrayRepo("njeuk", "maven")

Mill build tool

ivy"com.github.njeuk::dbmapper:3.4.40"
MavenRepository("https://dl.bintray.com/njeuk/maven")

Scala CLI

//> using dep "com.github.njeuk::dbmapper:3.4.40"

Ammonite REPL

import $ivy.`com.github.njeuk::dbmapper:3.4.40`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray njeuk maven",
  "Some(https://dl.bintray.com/njeuk/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.njeuk</groupId>
  <artifactId>dbmapper_2.12</artifactId>
  <version>3.4.40</version>
</dependency>

compile group: 'com.github.njeuk', name: 'dbmapper_2.12', version: '3.4.40'