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.4


Group ID:
com.github.takezoe
Artifact ID:
scala-jdbc_2.12
Version:
1.0.4
Release Date:
Jan 20, 2017
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.takezoe</groupId>
  <artifactId>scala-jdbc_2.12</artifactId>
  <version>1.0.4</version>
</dependency>

compile group: 'com.github.takezoe', name: 'scala-jdbc_2.12', version: '1.0.4'