MVN

software.betamax : betamax-core

Maven & Gradle

Jul 30, 2016
3 usages
463 stars

Betamax · Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests.

<dependency>
    <groupId>software.betamax</groupId>
    <artifactId>betamax-core</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.betamax : betamax-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Alpha: 2.0.0-alpha-1

All Versions

Choose a version of software.betamax : betamax-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
betamax-core-2.0.1
betamax-core-2.0.0
betamax-core-2.0.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>software.betamax</groupId>
    <artifactId>betamax-core</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.betamax : betamax-core gradle dependency to your build.gradle file:

implementation 'software.betamax:betamax-core:2.0.1'

Gradle Kotlin DSL: Add the following software.betamax : betamax-core gradle kotlin dependency to your build.gradle.kts file:

implementation("software.betamax:betamax-core:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.betamax : betamax-core sbt scala dependency to your build.sbt file:

libraryDependencies += "software.betamax" % "betamax-core" % "2.0.1"

Advertisement

Dependencies from Group

Jul 30, 2016
7 usages
463 stars
Jul 30, 2016
3 usages
463 stars
Jul 30, 2016
463 stars

Discover Dependencies

Dec 07, 2019
15 usages
0 stars
Sep 28, 2018
34 usages
173 stars
Oct 21, 2020
3 usages
0 stars
May 17, 2023
19 usages
260 stars
Oct 29, 2020
57 usages
Sep 01, 2016
2 usages
47 stars
Jan 23, 2018
5 usages
Aug 05, 2019
4 usages
1 stars