GroupId | GroupIdim.actor |
---|---|
ArtifactId | ArtifactIdandroid-google-maps |
Version | Version2.0.389 |
Type | Typeaar |
Filename | Size |
---|---|
android-google-maps-2.0.389.pom | |
android-google-maps-2.0.389.aar | 62 KB |
android-google-maps-2.0.389-sources.jar | 142 KB |
android-google-maps-2.0.389-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/im.actor/android-google-maps/ -->
<dependency>
<groupId>im.actor</groupId>
<artifactId>android-google-maps</artifactId>
<version>2.0.389</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.actor/android-google-maps/
implementation 'im.actor:android-google-maps:2.0.389'
// https://jarcasting.com/artifacts/im.actor/android-google-maps/
implementation ("im.actor:android-google-maps:2.0.389")
'im.actor:android-google-maps:aar:2.0.389'
<dependency org="im.actor" name="android-google-maps" rev="2.0.389">
<artifact name="android-google-maps" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.actor', module='android-google-maps', version='2.0.389')
)
libraryDependencies += "im.actor" % "android-google-maps" % "2.0.389"
[im.actor/android-google-maps "2.0.389"]