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