MVN

co.freeside : betamax

Maven & Gradle

Oct 17, 2012
14 usages
466 stars

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.

<dependency>
    <groupId>co.freeside</groupId>
    <artifactId>betamax</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.freeside : betamax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of co.freeside : betamax to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
betamax-1.1.2
betamax-1.1.1
1.1
betamax-1.1

How to add a dependency to Maven

Add the following co.freeside : betamax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.freeside</groupId>
    <artifactId>betamax</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.freeside : betamax gradle dependency to your build.gradle file:

implementation 'co.freeside:betamax:1.1.2'

Gradle Kotlin DSL: Add the following co.freeside : betamax gradle kotlin dependency to your build.gradle.kts file:

implementation("co.freeside:betamax:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.freeside : betamax sbt scala dependency to your build.sbt file:

libraryDependencies += "co.freeside" % "betamax" % "1.1.2"

Advertisement