Last Version

Betamax 2.0.1

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

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

software.betamax
ArtifactId

ArtifactId

betamax-junit
Version

Version

2.0.1
Type

Type

jar
Description

Description

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

Project URL

http://betamax.software/
Source Code Management

Source Code Management

https://github.com/betamaxteam/betamax

Download betamax-junit 2.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
software.betamax : betamax-core jar 2.0.1

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.