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

GroupId

GroupId

software.betamax
ArtifactId

ArtifactId

betamax-core
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-core 2.0.1


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.tika : tika-core jar 1.11
org.littleshoot : littleproxy jar 1.1.0-beta2
com.google.guava : guava jar 18.0
io.netty : netty-all jar 4.0.35.Final
org.yaml : snakeyaml jar 1.16

Project Modules

There are no modules declared in this project.