is not current version
Last Version 1.0

com.github.robfletcher:betamax 1.0-M1

Betamax is a Groovy record/playback proxy for stubbing access to external HTTP resources when testing. Inspired by Ruby's VCR.

GroupId

GroupId

com.github.robfletcher
ArtifactId

ArtifactId

betamax
Version

Version

1.0-M1
Type

Type

jar

Download betamax 1.0-M1


<!-- https://jarcasting.com/artifacts/com.github.robfletcher/betamax/ -->
<dependency>
    <groupId>com.github.robfletcher</groupId>
    <artifactId>betamax</artifactId>
    <version>1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robfletcher/betamax/
implementation 'com.github.robfletcher:betamax:1.0-M1'
// https://jarcasting.com/artifacts/com.github.robfletcher/betamax/
implementation ("com.github.robfletcher:betamax:1.0-M1")
'com.github.robfletcher:betamax:jar:1.0-M1'
<dependency org="com.github.robfletcher" name="betamax" rev="1.0-M1">
  <artifact name="betamax" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robfletcher', module='betamax', version='1.0-M1')
)
libraryDependencies += "com.github.robfletcher" % "betamax" % "1.0-M1"
[com.github.robfletcher/betamax "1.0-M1"]