MVN

com.gitee.gps-pro : gnss-mqutil

Maven & Gradle

Feb 22, 2019

gnss-mqutil

<dependency>
    <groupId>com.gitee.gps-pro</groupId>
    <artifactId>gnss-mqutil</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.gps-pro : gnss-mqutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of com.gitee.gps-pro : gnss-mqutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gnss-mqutil-1.0.10
gnss-mqutil-1.0.9
gnss-mqutil-1.0.8
gnss-mqutil-1.0.7
gnss-mqutil-1.0.6
gnss-mqutil-1.0.5
gnss-mqutil-1.0.4
gnss-mqutil-1.0.3
gnss-mqutil-1.0.2

How to add a dependency to Maven

Add the following com.gitee.gps-pro : gnss-mqutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.gps-pro</groupId>
    <artifactId>gnss-mqutil</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.gps-pro : gnss-mqutil gradle dependency to your build.gradle file:

implementation 'com.gitee.gps-pro:gnss-mqutil:1.0.10'

Gradle Kotlin DSL: Add the following com.gitee.gps-pro : gnss-mqutil gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.gps-pro:gnss-mqutil:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.gps-pro : gnss-mqutil sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.gps-pro" % "gnss-mqutil" % "1.0.10"