betamaxteam / betamax   2.0.1

Apache License 2.0 Website GitHub

Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests. The project was inspired by the VCR library for Ruby.

Scala versions: 2.11

betamax-specs2 2.0.0-alpha-1


Group ID:
software.betamax
Artifact ID:
betamax-specs2_2.11
Version:
2.0.0-alpha-1
Release Date:
Mar 23, 2016
Licenses:

libraryDependencies += "software.betamax" %% "betamax-specs2" % "2.0.0-alpha-1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"software.betamax::betamax-specs2:2.0.0-alpha-1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "software.betamax::betamax-specs2:2.0.0-alpha-1"

Ammonite REPL

import $ivy.`software.betamax::betamax-specs2:2.0.0-alpha-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>software.betamax</groupId>
  <artifactId>betamax-specs2_2.11</artifactId>
  <version>2.0.0-alpha-1</version>
</dependency>

compile group: 'software.betamax', name: 'betamax-specs2_2.11', version: '2.0.0-alpha-1'