Betamax is a Groovy record/playback proxy for stubbing access to external HTTP resources when testing. Inspired by Ruby's VCR.
'com.github.robfletcher:betamax:1.0-M1'
<dependency>
<groupId>com.github.robfletcher</groupId>
<artifactId>betamax</artifactId>
<version>1.0-M1</version>
</dependency>
<dependency org="com.github.robfletcher" name="betamax" rev="1.0-M1"/>
"com.github.robfletcher", "betamax", "1.0-M1"