takezoe / scala-jdbc   1.0.6

GitHub

Better JDBC wrapper for Scala

Scala versions: 3.x 2.13 2.12 2.11

scala-jdbc 1.0.2


Group ID:
com.github.takezoe
Artifact ID:
scala-jdbc_2.11
Version:
1.0.2
Release Date:
Jul 13, 2016
Licenses:
Files:

libraryDependencies += "com.github.takezoe" %% "scala-jdbc" % "1.0.2"

Mill build tool

ivy"com.github.takezoe::scala-jdbc:1.0.2"

Scala CLI

//> using dep "com.github.takezoe::scala-jdbc:1.0.2"

Ammonite REPL

import $ivy.`com.github.takezoe::scala-jdbc:1.0.2`

<dependency>
  <groupId>com.github.takezoe</groupId>
  <artifactId>scala-jdbc_2.11</artifactId>
  <version>1.0.2</version>
</dependency>

compile group: 'com.github.takezoe', name: 'scala-jdbc_2.11', version: '1.0.2'