is not current version
Last Version 3.1.0

com.ashokvarma.android:gander 1.1.1

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.

GroupId

GroupId

com.ashokvarma.android
ArtifactId

ArtifactId

gander
Version

Version

1.1.1
Type

Type

aar

Download gander 1.1.1


<!-- https://jarcasting.com/artifacts/com.ashokvarma.android/gander/ -->
<dependency>
    <groupId>com.ashokvarma.android</groupId>
    <artifactId>gander</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation 'com.ashokvarma.android:gander:1.1.1'
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation ("com.ashokvarma.android:gander:1.1.1")
'com.ashokvarma.android:gander:aar:1.1.1'
<dependency org="com.ashokvarma.android" name="gander" rev="1.1.1">
  <artifact name="gander" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ashokvarma.android', module='gander', version='1.1.1')
)
libraryDependencies += "com.ashokvarma.android" % "gander" % "1.1.1"
[com.ashokvarma.android/gander "1.1.1"]