MVN

com.github.jainsahab : Snooper-Okhttp-No-Op

Maven & Gradle

Oct 04, 2020
159 stars

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

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

Latest Version

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

  • Latest Stable: 1.5.6

All Versions

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

Version Vulnerabilities Updated
1.5.x
Snooper-Okhttp-No-Op-1.5.6
Snooper-Okhttp-No-Op-1.5.5
Snooper-Okhttp-No-Op-1.5.4
Snooper-Okhttp-No-Op-1.5.3
Snooper-Okhttp-No-Op-1.5.2
Snooper-Okhttp-No-Op-1.5.1
Snooper-Okhttp-No-Op-1.5.0
1.4.x
Snooper-Okhttp-No-Op-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jainsahab</groupId>
    <artifactId>Snooper-Okhttp-No-Op</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jainsahab:Snooper-Okhttp-No-Op:1.5.6'

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

implementation("com.github.jainsahab:Snooper-Okhttp-No-Op:1.5.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jainsahab" % "Snooper-Okhttp-No-Op" % "1.5.6"

Advertisement