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


Group ID:
com.github.takezoe
Artifact ID:
scala-jdbc_3
Version:
1.0.6
Release Date:
Sept 10, 2022
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.takezoe</groupId>
  <artifactId>scala-jdbc_3</artifactId>
  <version>1.0.6</version>
</dependency>

compile group: 'com.github.takezoe', name: 'scala-jdbc_3', version: '1.0.6'