dohque / plainjdbc   0.1

MIT License GitHub

Small Scala library to execute generated sql statements over plain jdbc

Scala versions: 2.11

plainjdbc 0.1


Group ID:
com.dohque
Artifact ID:
plainjdbc_2.11
Version:
0.1
Release Date:
Oct 20, 2016
Licenses:
MIT

libraryDependencies += "com.dohque" %% "plainjdbc" % "0.1"
resolvers += Resolver.bintrayRepo("dohque", "maven")

Mill build tool

ivy"com.dohque::plainjdbc:0.1"
MavenRepository("https://dl.bintray.com/dohque/maven")

Scala CLI

//> using dep "com.dohque::plainjdbc:0.1"

Ammonite REPL

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

<dependency>
  <groupId>com.dohque</groupId>
  <artifactId>plainjdbc_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.dohque', name: 'plainjdbc_2.11', version: '0.1'