Last Version

ersatz 2.0.0

Mock server library for testing HTTP clients.

License

License

GroupId

GroupId

com.stehno.ersatz
ArtifactId

ArtifactId

ersatz
Version

Version

2.0.0
Type

Type

jar
Description

Description

ersatz
Mock server library for testing HTTP clients.
Project URL

Project URL

http://stehno.com/ersatz
Source Code Management

Source Code Management

https://github.com/cjstehno/ersatz

Download ersatz 2.0.0


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

Dependencies

compile (6)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.5.8
org.codehaus.groovy : groovy-json jar 2.5.8
io.undertow : undertow-core jar 2.0.28.Final
javax.servlet : javax.servlet-api jar 3.1.0
org.hamcrest : hamcrest-library jar 2.2
org.awaitility : awaitility jar 4.0.1

runtime (6)

Group / Artifact Type Version
javax.activation : activation jar 1.1.1
ch.qos.logback : logback-classic jar 1.1.7
commons-fileupload : commons-fileupload jar 1.4
com.github.spotbugs : spotbugs-annotations jar 3.1.12
junit : junit jar 4.12
org.junit.jupiter : junit-jupiter-api jar 5.5.2

Project Modules

There are no modules declared in this project.