GroupId | GroupIdcom.ashokvarma.android |
---|---|
ArtifactId | ArtifactIdgander |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
gander-2.0.1.pom | |
gander-2.0.1.aar | 174 KB |
gander-2.0.1-sources.jar | 37 KB |
gander-2.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation 'com.ashokvarma.android:gander:2.0.1'
// https://jarcasting.com/artifacts/com.ashokvarma.android/gander/
implementation ("com.ashokvarma.android:gander:2.0.1")
'com.ashokvarma.android:gander:aar:2.0.1'
<dependency org="com.ashokvarma.android" name="gander" rev="2.0.1">
<artifact name="gander" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ashokvarma.android', module='gander', version='2.0.1')
)
libraryDependencies += "com.ashokvarma.android" % "gander" % "2.0.1"
[com.ashokvarma.android/gander "2.0.1"]