MVN

com.tencent.map.geolocation : TencentLocationSdk-meituandispatch

Maven & Gradle

Jul 09, 2023
3 stars

TencentLocationSdk-meituandispatch · TencentLocationSdk-meituandispatch is a location sdk for meituandispatch from Tencent.

<dependency>
    <groupId>com.tencent.map.geolocation</groupId>
    <artifactId>TencentLocationSdk-meituandispatch</artifactId>
    <version>7.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.map.geolocation : TencentLocationSdk-meituandispatch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.16

All Versions

Choose a version of com.tencent.map.geolocation : TencentLocationSdk-meituandispatch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
TencentLocationSdk-meituandispatch-7.0.16
TencentLocationSdk-meituandispatch-7.0.15
TencentLocationSdk-meituandispatch-7.0.14
TencentLocationSdk-meituandispatch-7.0.13
TencentLocationSdk-meituandispatch-7.0.12
TencentLocationSdk-meituandispatch-7.0.11
TencentLocationSdk-meituandispatch-7.0.10
TencentLocationSdk-meituandispatch-7.0.9
TencentLocationSdk-meituandispatch-7.0.8
TencentLocationSdk-meituandispatch-7.0.7
TencentLocationSdk-meituandispatch-7.0.6
6.2.x
TencentLocationSdk-meituandispatch-6.2.6
TencentLocationSdk-meituandispatch-6.2.5
TencentLocationSdk-meituandispatch-6.2.4
TencentLocationSdk-meituandispatch-6.2.3
TencentLocationSdk-meituandispatch-6.2.2
TencentLocationSdk-meituandispatch-6.2.1
6.1.x
TencentLocationSdk-meituandispatch-6.1.12
TencentLocationSdk-meituandispatch-6.1.11
TencentLocationSdk-meituandispatch-6.1.9.3
TencentLocationSdk-meituandispatch-6.1.9.2
TencentLocationSdk-meituandispatch-6.1.9.1
TencentLocationSdk-meituandispatch-6.1.9
TencentLocationSdk-meituandispatch-6.1.8
TencentLocationSdk-meituandispatch-6.1.7
TencentLocationSdk-meituandispatch-6.1.6
TencentLocationSdk-meituandispatch-6.1.5
TencentLocationSdk-meituandispatch-6.1.2
TencentLocationSdk-meituandispatch-6.1.1
5.6.x
TencentLocationSdk-meituandispatch-5.6.7
TencentLocationSdk-meituandispatch-5.6.6
TencentLocationSdk-meituandispatch-5.6.5
TencentLocationSdk-meituandispatch-5.6.4

How to add a dependency to Maven

Add the following com.tencent.map.geolocation : TencentLocationSdk-meituandispatch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.map.geolocation</groupId>
    <artifactId>TencentLocationSdk-meituandispatch</artifactId>
    <version>7.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.map.geolocation : TencentLocationSdk-meituandispatch gradle dependency to your build.gradle file:

implementation 'com.tencent.map.geolocation:TencentLocationSdk-meituandispatch:7.0.16'

Gradle Kotlin DSL: Add the following com.tencent.map.geolocation : TencentLocationSdk-meituandispatch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.map.geolocation:TencentLocationSdk-meituandispatch:7.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.map.geolocation : TencentLocationSdk-meituandispatch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.map.geolocation" % "TencentLocationSdk-meituandispatch" % "7.0.16"

Advertisement