nezihyigitbasi / presto-scala-client   0.2

GitHub

A Scala client for Presto

Scala versions: 2.10

presto-scala-client 0.1


Group ID:
com.github.nezihyigitbasi
Artifact ID:
presto-scala-client_2.10
Version:
0.1
Release Date:
Dec 24, 2014
Licenses:

libraryDependencies += "com.github.nezihyigitbasi" %% "presto-scala-client" % "0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.nezihyigitbasi::presto-scala-client:0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.nezihyigitbasi::presto-scala-client:0.1"

Ammonite REPL

import $ivy.`com.github.nezihyigitbasi::presto-scala-client:0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.nezihyigitbasi</groupId>
  <artifactId>presto-scala-client_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.nezihyigitbasi', name: 'presto-scala-client_2.10', version: '0.1'