Download betamax-1.1.2.jar file - Jar b

Jar examples for b:betamax

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

betamax-1.1.2-javadoc.jar
betamax-1.1.2-sources.jar
betamax-1.1.2.jar
betamax-1.1.2.pom



Related Tutorials