njeuk / dbmapper-macros   3.4.14

Apache License 2.0 GitHub

Scala Macros used by dbmapper

Scala versions: 2.12 2.11

dbmapper-macros 3.0.11


Group ID:
com.github.njeuk
Artifact ID:
dbmapper-macros_2.12
Version:
3.0.11
Release Date:
Aug 18, 2017
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

compile group: 'com.github.njeuk', name: 'dbmapper-macros_2.12', version: '3.0.11'