dealermade / postgresql-async   0.3.9

Apache License 2.0 GitHub

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala

Scala versions: 2.12

mysql-async 0.3.0


Group ID:
com.github.dealermade
Artifact ID:
mysql-async_2.12
Version:
0.3.0
Release Date:
Oct 4, 2018
Licenses:
Files:

libraryDependencies += "com.github.dealermade" %% "mysql-async" % "0.3.0"

Mill build tool

ivy"com.github.dealermade::mysql-async:0.3.0"

Scala CLI

//> using dep "com.github.dealermade::mysql-async:0.3.0"

Ammonite REPL

import $ivy.`com.github.dealermade::mysql-async:0.3.0`

<dependency>
  <groupId>com.github.dealermade</groupId>
  <artifactId>mysql-async_2.12</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.github.dealermade', name: 'mysql-async_2.12', version: '0.3.0'