wix-incubator / koboshi   0.0.3

BSD 3-clause "New" or "Revised" License GitHub

Obsessed with your precious data

Scala versions: 2.11

koboshi-bootstrap 0.0.4


Group ID:
com.wix.hoopoe.koboshi
Artifact ID:
koboshi-bootstrap_2.11
Version:
0.0.4
Release Date:
Oct 28, 2016
Licenses:

libraryDependencies += "com.wix.hoopoe.koboshi" %% "koboshi-bootstrap" % "0.0.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.wix.hoopoe.koboshi::koboshi-bootstrap:0.0.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.wix.hoopoe.koboshi::koboshi-bootstrap:0.0.4"

Ammonite REPL

import $ivy.`com.wix.hoopoe.koboshi::koboshi-bootstrap:0.0.4`
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.wix.hoopoe.koboshi</groupId>
  <artifactId>koboshi-bootstrap_2.11</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'com.wix.hoopoe.koboshi', name: 'koboshi-bootstrap_2.11', version: '0.0.4'