| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdco.freeside |
| ArtifactId | ArtifactIdbetamax |
| Version | Version1.1.2 |
| 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.
|
| Filename | Size |
|---|---|
| betamax-1.1.2.pom | |
| betamax-1.1.2.jar | 243 KB |
| betamax-1.1.2-sources.jar | 41 KB |
| betamax-1.1.2-javadoc.jar | 186 KB |
| Browse |
<!-- 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"]
| 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 |