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