njeuk / dbmapper-macros   3.4.14

Apache License 2.0 GitHub

Scala Macros used by dbmapper

Scala versions: 2.12 2.11

dbmapper-macros 2.5.4


Group ID:
com.github.njeuk
Artifact ID:
dbmapper-macros_2.11
Version:
2.5.4
Release Date:
May 1, 2016
Licenses:

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

Mill build tool

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

Scala CLI

//> using dep "com.github.njeuk::dbmapper-macros:2.5.4"

Ammonite REPL

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

compile group: 'com.github.njeuk', name: 'dbmapper-macros_2.11', version: '2.5.4'