lasering / scala-expect   6.0.0

MIT License GitHub

Invoke CLIs from Scala. Ensure they return what you Expect.

Scala versions: 2.12 2.11

scala-expect 1.8.0


Group ID:
work.martins.simon
Artifact ID:
scala-expect_2.11
Version:
1.8.0
Release Date:
Jan 25, 2016
Licenses:
MIT

libraryDependencies += "work.martins.simon" %% "scala-expect" % "1.8.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"work.martins.simon::scala-expect:1.8.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "work.martins.simon::scala-expect:1.8.0"

Ammonite REPL

import $ivy.`work.martins.simon::scala-expect:1.8.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>work.martins.simon</groupId>
  <artifactId>scala-expect_2.11</artifactId>
  <version>1.8.0</version>
</dependency>

compile group: 'work.martins.simon', name: 'scala-expect_2.11', version: '1.8.0'