GroupId | GroupIdim.actor |
---|---|
ArtifactId | ArtifactIdandroid-google-maps |
Version | Version1.0.312 |
Type | Typeaar |
Filename | Size |
---|---|
android-google-maps-1.0.312.pom | |
android-google-maps-1.0.312.aar | 60 KB |
android-google-maps-1.0.312-sources.jar | 134 KB |
android-google-maps-1.0.312-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>1.0.312</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.actor/android-google-maps/
implementation 'im.actor:android-google-maps:1.0.312'
// https://jarcasting.com/artifacts/im.actor/android-google-maps/
implementation ("im.actor:android-google-maps:1.0.312")
'im.actor:android-google-maps:aar:1.0.312'
<dependency org="im.actor" name="android-google-maps" rev="1.0.312">
<artifact name="android-google-maps" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.actor', module='android-google-maps', version='1.0.312')
)
libraryDependencies += "im.actor" % "android-google-maps" % "1.0.312"
[im.actor/android-google-maps "1.0.312"]