megamsys / megam_common   1.9.3

MIT License Website GitHub

Common scalazified libraries used at Megam

Scala versions: 2.11 2.10

libcommon 1.9.1


Group ID:
io.megam
Artifact ID:
libcommon_2.11
Version:
1.9.1
Release Date:
Dec 19, 2016
Licenses:
MIT

libraryDependencies += "io.megam" %% "libcommon" % "1.9.1"
resolvers += Resolver.bintrayRepo("megamsys", "scala")

Mill build tool

ivy"io.megam::libcommon:1.9.1"
MavenRepository("https://dl.bintray.com/megamsys/scala")

Scala CLI

//> using dep "io.megam::libcommon:1.9.1"

Ammonite REPL

import $ivy.`io.megam::libcommon:1.9.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray megamsys scala",
  "Some(https://dl.bintray.com/megamsys/scala)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.megam</groupId>
  <artifactId>libcommon_2.11</artifactId>
  <version>1.9.1</version>
</dependency>

compile group: 'io.megam', name: 'libcommon_2.11', version: '1.9.1'