MVN

com.ashokvarma.android : gander

Maven & Gradle

Jul 14, 2019
2 usages
288 stars

Gander · Gander is a simple in-app HTTP inspector for Android OkHttp clients. Gander intercepts and persists all HTTP requests and responses inside your application, and provides a UI for inspecting their content.

<dependency>
    <groupId>com.ashokvarma.android</groupId>
    <artifactId>gander</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ashokvarma.android : gander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Alpha: 3.0.0-alpha4

All Versions

Choose a version of com.ashokvarma.android : gander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
gander-3.1.0
3.0.x
gander-3.0.1
gander-3.0.0
gander-3.0.0-alpha4
2.0.x
gander-2.0.3
gander-2.0.1
gander-2.0.0
1.4.x
gander-1.4.0
1.3.x
gander-1.3.3
gander-1.3.2
gander-1.3.0
1.2.x
gander-1.2.0
1.1.x
gander-1.1.2
gander-1.1.1
gander-1.1.0
1.0.x
gander-1.0.6.1
gander-1.0.6
gander-1.0.5
gander-1.0.5-snapshot3
gander-1.0.5-snapshot2
gander-1.0.5-snapshot
gander-1.0.4
gander-1.0.3
gander-1.0.1

How to add a dependency to Maven

Add the following com.ashokvarma.android : gander maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ashokvarma.android</groupId>
    <artifactId>gander</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ashokvarma.android : gander gradle dependency to your build.gradle file:

implementation 'com.ashokvarma.android:gander:3.1.0'

Gradle Kotlin DSL: Add the following com.ashokvarma.android : gander gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ashokvarma.android:gander:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ashokvarma.android : gander sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ashokvarma.android" % "gander" % "3.1.0"

Advertisement