tyche 0.4.3


Group ID:
com.github.neysofu
Artifact ID:
tyche_2.12
Version:
0.4.3
Release Date:
Nov 15, 2016
Licenses:
MIT

libraryDependencies += "com.github.neysofu" %% "tyche" % "0.4.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.neysofu::tyche:0.4.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.neysofu::tyche:0.4.3"

Ammonite REPL

import $ivy.`com.github.neysofu::tyche:0.4.3`
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.neysofu</groupId>
  <artifactId>tyche_2.12</artifactId>
  <version>0.4.3</version>
</dependency>

compile group: 'com.github.neysofu', name: 'tyche_2.12', version: '0.4.3'