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 2.6


Group ID:
com.github.njeuk
Artifact ID:
dbmapper_2.11
Version:
2.6
Release Date:
May 1, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

compile group: 'com.github.njeuk', name: 'dbmapper_2.11', version: '2.6'