Last Version

Betamax - An HTTP stubbing proxy for testing JVM applications. 1.1.2

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

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

co.freeside
ArtifactId

ArtifactId

betamax
Version

Version

1.1.2
Type

Type

jar
Description

Description

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

Download betamax 1.1.2


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

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.yaml : snakeyaml jar 1.10
org.apache.httpcomponents : httpclient jar 4.2.1
org.eclipse.jetty : jetty-server jar 7.3.1.v20110307
commons-lang : commons-lang jar 2.4

Project Modules

There are no modules declared in this project.