is not current version
Last Version 1.1

com.github.tashoyan:httpspy 1.0

HTTP Spy is a spy/mock tool for unit tests on HTTP clients

GroupId

GroupId

com.github.tashoyan
ArtifactId

ArtifactId

httpspy
Version

Version

1.0
Type

Type

jar

Download httpspy 1.0


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