is not current version
Last Version 3.1.0

com.ashokvarma.android:gander-imdb 3.0.0

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-imdb
Version

Version

3.0.0
Type

Type

aar

Download gander-imdb 3.0.0


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