tkrs / orcus   0.28.6

Contributors Wanted MIT License GitHub

Bigtable client for Scala 🐱

Scala versions: 3.x 2.13 2.12 2.11

orcus-cats-effect 0.14.1


Group ID:
com.github.tkrs
Artifact ID:
orcus-cats-effect_2.11
Version:
0.14.1
Release Date:
Jul 27, 2018
Licenses:
MIT

libraryDependencies += "com.github.tkrs" %% "orcus-cats-effect" % "0.14.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tkrs::orcus-cats-effect:0.14.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tkrs::orcus-cats-effect:0.14.1"

Ammonite REPL

import $ivy.`com.github.tkrs::orcus-cats-effect:0.14.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.tkrs</groupId>
  <artifactId>orcus-cats-effect_2.11</artifactId>
  <version>0.14.1</version>
</dependency>

compile group: 'com.github.tkrs', name: 'orcus-cats-effect_2.11', version: '0.14.1'