is not current version
Last Version 2.0.0

com.stehno.ersatz:ersatz 0.4.3

Mock server library for testing HTTP clients.

GroupId

GroupId

com.stehno.ersatz
ArtifactId

ArtifactId

ersatz
Version

Version

0.4.3
Type

Type

jar

Download ersatz 0.4.3


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