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