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.0.37


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.njeuk::dbmapper:3.0.37`
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.0.37</version>
</dependency>

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