Last Version

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

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

License

License

GroupId

GroupId

com.github.robfletcher
ArtifactId

ArtifactId

betamax
Version

Version

1.0
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.
Source Code Management

Source Code Management

https://github.com/robfletcher/betamax/

Download betamax 1.0


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

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.apache.httpcomponents : httpclient jar 4.1.2
log4j : log4j jar 1.2.16
org.yaml : snakeyaml jar 1.9
org.eclipse.jetty : jetty-server jar 7.5.1.v20110908

Project Modules

There are no modules declared in this project.