| GroupId | GroupIdcom.airbnb.android |
|---|---|
| ArtifactId | ArtifactIdairmapview |
| Version | Version1.3.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| airmapview-1.3.1.pom | |
| airmapview-1.3.1.aar | 70 KB |
| airmapview-1.3.1-sources.jar | 27 KB |
| airmapview-1.3.1-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/airmapview/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>airmapview</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/airmapview/
implementation 'com.airbnb.android:airmapview:1.3.1'
// https://jarcasting.com/artifacts/com.airbnb.android/airmapview/
implementation ("com.airbnb.android:airmapview:1.3.1")
'com.airbnb.android:airmapview:aar:1.3.1'
<dependency org="com.airbnb.android" name="airmapview" rev="1.3.1">
<artifact name="airmapview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='airmapview', version='1.3.1')
)
libraryDependencies += "com.airbnb.android" % "airmapview" % "1.3.1"
[com.airbnb.android/airmapview "1.3.1"]