Download Snooper-1.5.2.jar file - Jar s

Jar examples for s:Snooper

Description

A library to record the network calls through the interceptor mechanism of the http clients.

You can download jar file Snooper 1.5.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add Snooper-1.5.2.jar to your project.

<dependency>
   <groupId>com.github.jainsahab</groupId>
   <artifactId>Snooper</artifactId>
   <version>1.5.2</version>
</dependency>
compile group: 'com.github.jainsahab', name: 'Snooper', version: '1.5.2'
libraryDependencies += "com.github.jainsahab" % "Snooper" % "1.5.2"
<dependency org="com.github.jainsahab" name="Snooper" rev="1.5.2"/>
@Grapes(@Grab(group='com.github.jainsahab', module='Snooper', version='1.5.2'))
'com.github.jainsahab:Snooper:jar:1.5.2'

Download

Click the following link to download the jar file.

Snooper-1.5.2-sources.jar
Snooper-1.5.2.pom



Related Tutorials