| License |
License |
|---|---|
| GroupId | GroupIdcom.github.davidgenn |
| ArtifactId | ArtifactIdhttp-replaying-proxy |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP Replaying Proxy
The HTTP Replaying Proxy is a library that allows you to mock HTTP requests with realistic responses.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.davidgenn/http-replaying-proxy/ -->
<dependency>
<groupId>com.github.davidgenn</groupId>
<artifactId>http-replaying-proxy</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidgenn/http-replaying-proxy/
implementation 'com.github.davidgenn:http-replaying-proxy:0.1.0'
// https://jarcasting.com/artifacts/com.github.davidgenn/http-replaying-proxy/
implementation ("com.github.davidgenn:http-replaying-proxy:0.1.0")
'com.github.davidgenn:http-replaying-proxy:jar:0.1.0'
<dependency org="com.github.davidgenn" name="http-replaying-proxy" rev="0.1.0">
<artifact name="http-replaying-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidgenn', module='http-replaying-proxy', version='0.1.0')
)
libraryDependencies += "com.github.davidgenn" % "http-replaying-proxy" % "0.1.0"
[com.github.davidgenn/http-replaying-proxy "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.2.0.M1 |
| org.eclipse.jetty : jetty-servlet | jar | 9.2.0.M1 |
| org.apache.httpcomponents : fluent-hc | jar | 4.3.4 |
| commons-io : commons-io | jar | 2.4 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| com.google.code.gson : gson | jar | 2.2.4 |
| com.google.guava : guava | jar | 17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.github.tomakehurst : wiremock | jar | 1.46 |
| org.easytesting : fest-assert | jar | 1.4 |