seratch / bigquery4s   0.9

MIT License GitHub

A handy Scala wrapper of Google BigQuery API 's Java Client Library.

Scala versions: 2.12 2.11 2.10

bigquery4s 0.6


Group ID:
com.github.seratch
Artifact ID:
bigquery4s_2.12
Version:
0.6
Release Date:
Sept 1, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.github.seratch" %% "bigquery4s" % "0.6"

Mill build tool

ivy"com.github.seratch::bigquery4s:0.6"

Scala CLI

//> using dep "com.github.seratch::bigquery4s:0.6"

Ammonite REPL

import $ivy.`com.github.seratch::bigquery4s:0.6`

<dependency>
  <groupId>com.github.seratch</groupId>
  <artifactId>bigquery4s_2.12</artifactId>
  <version>0.6</version>
</dependency>

compile group: 'com.github.seratch', name: 'bigquery4s_2.12', version: '0.6'