megamsys / megam_common   1.9.3

MIT License Website GitHub

Common scalazified libraries used at Megam

Scala versions: 2.11 2.10

megam_common 0.5.5


Group ID:
com.github.indykish
Artifact ID:
megam_common_2.10
Version:
0.5.5
Release Date:
Nov 11, 2014
Licenses:

libraryDependencies += "com.github.indykish" %% "megam_common" % "0.5.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.indykish::megam_common:0.5.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.indykish::megam_common:0.5.5"

Ammonite REPL

import $ivy.`com.github.indykish::megam_common:0.5.5`
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.indykish</groupId>
  <artifactId>megam_common_2.10</artifactId>
  <version>0.5.5</version>
</dependency>

compile group: 'com.github.indykish', name: 'megam_common_2.10', version: '0.5.5'