is not current version
Last Version 1.1.2

co.freeside:betamax 1.1.1

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

Categories

Categories

IDE Development Tools
GroupId

GroupId

co.freeside
ArtifactId

ArtifactId

betamax
Version

Version

1.1.1
Type

Type

jar

Download betamax 1.1.1


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