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 8, 2016
Licenses:
Files:
Full Scala Version:
2.11.7

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

Mill build tool

ivy"software.betamax::betamax-specs2:2.0.0-alpha-1"

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`

<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'