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