is not current version
Last Version 3.1.0

com.ashokvarma.android:gander 1.0.4

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.0.4
Type

Type

aar

Download gander 1.0.4


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