MVN

com.tencent.openmap : foundation

Maven & Gradle

Aug 24, 2023

TencentOpenMapSDK · TencentOpenMapSDK

<dependency>
    <groupId>com.tencent.openmap</groupId>
    <artifactId>foundation</artifactId>
    <version>0.2.2.f61a28c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.openmap : foundation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2.f61a28c

All Versions

Choose a version of com.tencent.openmap : foundation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
foundation-0.2.2.f61a28c
foundation-0.2.2.f61a28c-essential
foundation-0.2.2.f61a28c-lite
foundation-0.2.1.977ebd3
foundation-0.2.1.977ebd3-essential
foundation-0.2.1.977ebd3-lite
foundation-0.2.0.d5715b8-lite
foundation-0.2.0.d5715b8
foundation-0.2.0.d5715b8-essential
0.1.x
foundation-0.1.7.a5ad3da
foundation-0.1.7.a5ad3da-essential
foundation-0.1.7.a5ad3da-lite
foundation-0.1.7.d1e730d
foundation-0.1.7.d1e730d-essential
foundation-0.1.7.d1e730d-lite
foundation-0.1.7.d8cf12b
foundation-0.1.7.d8cf12b-essential
foundation-0.1.7.d8cf12b-lite
foundation-0.1.6.f419064
foundation-0.1.6.f419064-essential
foundation-0.1.6.f419064-lite
foundation-0.1.5.480a37f
foundation-0.1.5.480a37f-lite
foundation-0.1.5.480a37f-essential
foundation-0.1.4.89e97fc
foundation-0.1.4.89e97fc-essential
foundation-0.1.4.89e97fc-lite
foundation-0.1.3.04d0085-lite
foundation-0.1.3.04d0085
foundation-0.1.3.04d0085-essential
foundation-0.1.2.41db75f-essential
foundation-0.1.2.41db75f-lite
foundation-0.1.2.41db75f
foundation-0.1.1.41db75f
foundation-0.1.1.41db75f-lite

How to add a dependency to Maven

Add the following com.tencent.openmap : foundation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.openmap</groupId>
    <artifactId>foundation</artifactId>
    <version>0.2.2.f61a28c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.openmap : foundation gradle dependency to your build.gradle file:

implementation 'com.tencent.openmap:foundation:0.2.2.f61a28c'

Gradle Kotlin DSL: Add the following com.tencent.openmap : foundation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.openmap:foundation:0.2.2.f61a28c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.openmap : foundation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.openmap" % "foundation" % "0.2.2.f61a28c"