Categories |
CategoriesGeo Business Logic Libraries Geospatial ORM Data |
---|---|
GroupId | GroupIdcom.tencent.map.geolocation |
ArtifactId | ArtifactIdTencentLocationSdk-openplatform |
Version | Version7.2.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.tencent.map.geolocation/TencentLocationSdk-openplatform/ -->
<dependency>
<groupId>com.tencent.map.geolocation</groupId>
<artifactId>TencentLocationSdk-openplatform</artifactId>
<version>7.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.map.geolocation/TencentLocationSdk-openplatform/
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.2'
// https://jarcasting.com/artifacts/com.tencent.map.geolocation/TencentLocationSdk-openplatform/
implementation ("com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.2")
'com.tencent.map.geolocation:TencentLocationSdk-openplatform:aar:7.2.2'
<dependency org="com.tencent.map.geolocation" name="TencentLocationSdk-openplatform" rev="7.2.2">
<artifact name="TencentLocationSdk-openplatform" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.map.geolocation', module='TencentLocationSdk-openplatform', version='7.2.2')
)
libraryDependencies += "com.tencent.map.geolocation" % "TencentLocationSdk-openplatform" % "7.2.2"
[com.tencent.map.geolocation/TencentLocationSdk-openplatform "7.2.2"]