MVN

com.mapxus.positioning : positioning-hms

Maven & Gradle

Jan 26, 2024
0 stars

positioning-hms · Mapxus Positioning SDK lib

<dependency>
    <groupId>com.mapxus.positioning</groupId>
    <artifactId>positioning-hms</artifactId>
    <version>2.2.6.h</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mapxus.positioning : positioning-hms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6.h

All Versions

Choose a version of com.mapxus.positioning : positioning-hms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
positioning-hms-2.2.6.h

How to add a dependency to Maven

Add the following com.mapxus.positioning : positioning-hms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mapxus.positioning</groupId>
    <artifactId>positioning-hms</artifactId>
    <version>2.2.6.h</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mapxus.positioning : positioning-hms gradle dependency to your build.gradle file:

implementation 'com.mapxus.positioning:positioning-hms:2.2.6.h'

Gradle Kotlin DSL: Add the following com.mapxus.positioning : positioning-hms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mapxus.positioning:positioning-hms:2.2.6.h")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mapxus.positioning : positioning-hms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mapxus.positioning" % "positioning-hms" % "2.2.6.h"