License |
License |
---|---|
GroupId | GroupIdcom.github.robfletcher |
ArtifactId | ArtifactIdbetamax |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionBetamax - 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 |
Filename | Size |
---|---|
betamax-1.0.pom | |
betamax-1.0.jar | 160 KB |
betamax-1.0-sources.jar | 28 KB |
betamax-1.0-javadoc.jar | 261 bytes |
betamax-1.0-groovydoc.jar | 120 KB |
Browse |
<!-- 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"]
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 |