GroupId | GroupIdcom.ashokvarma.android |
---|---|
ArtifactId | ArtifactIdgander |
Version | Version2.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
gander-2.0.3.pom | |
gander-2.0.3.aar | 174 KB |
gander-2.0.3-sources.jar | 37 KB |
gander-2.0.3-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ashokvarma.android/gander/ -->
<dependency>
<groupId>com.ashokvarma.android</groupId>
<artifactId>gander</artifactId>
<version>2.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation 'com.ashokvarma.android:gander:2.0.3'
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation ("com.ashokvarma.android:gander:2.0.3")
'com.ashokvarma.android:gander:aar:2.0.3'
<dependency org="com.ashokvarma.android" name="gander" rev="2.0.3">
<artifact name="gander" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ashokvarma.android', module='gander', version='2.0.3')
)
libraryDependencies += "com.ashokvarma.android" % "gander" % "2.0.3"
[com.ashokvarma.android/gander "2.0.3"]