is not current version
Last Version 2.0.1

software.betamax:betamax-specs2_2.11 2.0.0-alpha-1

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

GroupId

GroupId

software.betamax
ArtifactId

ArtifactId

betamax-specs2_2.11
Version

Version

2.0.0-alpha-1
Type

Type

jar

Download betamax-specs2_2.11 2.0.0-alpha-1


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