is not current version
Last Version 2.0.0

com.stehno.ersatz:ersatz 0.5.0

Mock server library for testing HTTP clients.

GroupId

GroupId

com.stehno.ersatz
ArtifactId

ArtifactId

ersatz
Version

Version

0.5.0
Type

Type

jar

Download ersatz 0.5.0


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