License |
License |
---|---|
GroupId | GroupIdcom.stehno.ersatz |
ArtifactId | ArtifactIdersatz |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptionersatz
Mock server library for testing HTTP clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ersatz-2.0.0.pom | |
ersatz-2.0.0.jar | 138 KB |
ersatz-2.0.0-sources.jar | 117 KB |
ersatz-2.0.0-safe.jar | 3 MB |
ersatz-2.0.0-javadoc.jar | 734 KB |
Browse |
<!-- 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"]
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 |
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 |