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