b

betamax-specs2_2.11

Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests.
http://betamax.software/
The Apache License, Version 2.0
Sean Freitag Rob Fletcher
Files download
File Operation
betamax-specs2_2.11-2.0.1.jar download
betamax-specs2_2.11-2.0.1.pom download
betamax-specs2_2.11-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>software.betamax</groupId>
  <artifactId>betamax-specs2_2.11</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'software.betamax:betamax-specs2_2.11:2.0.1'
Gradle Kotlin
implementation("software.betamax:betamax-specs2_2.11:2.0.1")
Scala SBT
libraryDependencies += "software.betamax" % "betamax-specs2_2.11" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='software.betamax', module='betamax-specs2_2.11', version='2.0.1')
)
Apache Ivy
<dependency org="software.betamax" name="betamax-specs2_2.11" rev="2.0.1" />
Leiningen
[software.betamax/betamax-specs2_2.11 "2.0.1"]
Apache Buildr
'software.betamax:betamax-specs2_2.11:jar:2.0.1'