MVN

com.github.jainsahab : Snooper

Maven & Gradle

Oct 04, 2020
2 usages
159 stars

Android Snooper Library · A library to record the network calls through the interceptor mechanism of the http clients.

<dependency>
    <groupId>com.github.jainsahab</groupId>
    <artifactId>Snooper</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jainsahab : Snooper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of com.github.jainsahab : Snooper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
Snooper-1.5.6
Snooper-1.5.5
Snooper-1.5.4
Snooper-1.5.3
Snooper-1.5.2
Snooper-1.5.1
Snooper-1.5.0
1.4.x
Snooper-1.4.0
1.3.x
Snooper-1.3.0
1.0.x
Snooper-1.0.2
Snooper-1.0.1
Snooper-1.0.0

How to add a dependency to Maven

Add the following com.github.jainsahab : Snooper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jainsahab</groupId>
    <artifactId>Snooper</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jainsahab : Snooper gradle dependency to your build.gradle file:

implementation 'com.github.jainsahab:Snooper:1.5.6'

Gradle Kotlin DSL: Add the following com.github.jainsahab : Snooper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jainsahab:Snooper:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jainsahab : Snooper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jainsahab" % "Snooper" % "1.5.6"

Advertisement