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