License |
License |
---|---|
GroupId | GroupIdcom.github.tashoyan |
ArtifactId | ArtifactIdhttpspy |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionHTTP Spy
HTTP Spy is a spy/mock tool for unit tests on HTTP clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpspy-1.1.pom | |
httpspy-1.1.jar | 43 KB |
httpspy-1.1-sources.jar | 42 KB |
httpspy-1.1-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tashoyan/httpspy/ -->
<dependency>
<groupId>com.github.tashoyan</groupId>
<artifactId>httpspy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tashoyan/httpspy/
implementation 'com.github.tashoyan:httpspy:1.1'
// https://jarcasting.com/artifacts/com.github.tashoyan/httpspy/
implementation ("com.github.tashoyan:httpspy:1.1")
'com.github.tashoyan:httpspy:jar:1.1'
<dependency org="com.github.tashoyan" name="httpspy" rev="1.1">
<artifact name="httpspy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tashoyan', module='httpspy', version='1.1')
)
libraryDependencies += "com.github.tashoyan" % "httpspy" % "1.1"
[com.github.tashoyan/httpspy "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
org.apache.commons : commons-collections4 | jar | 4.1 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.apache.camel : camel-core | jar | 2.17.3 |
org.apache.camel : camel-http-common | jar | 2.17.3 |
org.apache.camel : camel-jetty | jar | 2.17.3 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.xmlunit : xmlunit-legacy | jar | 2.2.1 |
org.skyscreamer : jsonassert | jar | 1.3.0 |
org.json : json | jar | 20160810 |
org.apache.httpcomponents : httpcore | jar | 4.4.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |
org.apache.camel : camel-http4 | jar | 2.17.3 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
com.jayway.restassured : rest-assured | jar | 2.9.0 |
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |