b

betamax-junit

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-junit-2.0.1.jar download
betamax-junit-2.0.1.pom download
betamax-junit-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>software.betamax</groupId>
  <artifactId>betamax-junit</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'software.betamax:betamax-junit:2.0.1'
Gradle Kotlin
implementation("software.betamax:betamax-junit:2.0.1")
Scala SBT
libraryDependencies += "software.betamax" % "betamax-junit" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='software.betamax', module='betamax-junit', version='2.0.1')
)
Apache Ivy
<dependency org="software.betamax" name="betamax-junit" rev="2.0.1" />
Leiningen
[software.betamax/betamax-junit "2.0.1"]
Apache Buildr
'software.betamax:betamax-junit:jar:2.0.1'
Dependencies