GroupId | GroupIdcom.mapbox.mapboxsdk |
---|---|
ArtifactId | ArtifactIdmapbox-android-plugin-locationlayer |
Version | Version0.5.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-plugin-locationlayer/ -->
<dependency>
<groupId>com.mapbox.mapboxsdk</groupId>
<artifactId>mapbox-android-plugin-locationlayer</artifactId>
<version>0.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-plugin-locationlayer/
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.5.2'
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-plugin-locationlayer/
implementation ("com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.5.2")
'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:aar:0.5.2'
<dependency org="com.mapbox.mapboxsdk" name="mapbox-android-plugin-locationlayer" rev="0.5.2">
<artifact name="mapbox-android-plugin-locationlayer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mapbox.mapboxsdk', module='mapbox-android-plugin-locationlayer', version='0.5.2')
)
libraryDependencies += "com.mapbox.mapboxsdk" % "mapbox-android-plugin-locationlayer" % "0.5.2"
[com.mapbox.mapboxsdk/mapbox-android-plugin-locationlayer "0.5.2"]