Jar examples for b:betamax
Betamax is a Groovy record/playback proxy for stubbing access to external HTTP resources when testing. Inspired by Ruby's VCR.
You can download jar file betamax 1.1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add betamax-1.1.2.jar to your project.
<dependency> <groupId>co.freeside</groupId> <artifactId>betamax</artifactId> <version>1.1.2</version> </dependency>
compile group: 'co.freeside', name: 'betamax', version: '1.1.2'
libraryDependencies += "co.freeside" % "betamax" % "1.1.2"
<dependency org="co.freeside" name="betamax" rev="1.1.2"/>
@Grapes(@Grab(group='co.freeside', module='betamax', version='1.1.2'))
'co.freeside:betamax:jar:1.1.2'
Click the following link to download the jar file.
betamax-1.1.2-javadoc.jar