nicholasren / moco-scala   0.2.1

MIT License GitHub

scala dsl for moco

Scala versions: 2.11 2.10

moco-scala 0.2.1


Group ID:
com.github.nicholasren
Artifact ID:
moco-scala_2.10
Version:
0.2.1
Release Date:
Dec 9, 2014
Licenses:
MIT

libraryDependencies += "com.github.nicholasren" %% "moco-scala" % "0.2.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.nicholasren::moco-scala:0.2.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.nicholasren::moco-scala:0.2.1"

Ammonite REPL

import $ivy.`com.github.nicholasren::moco-scala:0.2.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.nicholasren</groupId>
  <artifactId>moco-scala_2.10</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.github.nicholasren', name: 'moco-scala_2.10', version: '0.2.1'