MVN

io.github.didi.dokit : dokitx-gps-mock

Maven & Gradle

Feb 06, 2023
19.9k stars

dokitx-gps-mock · DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.

<dependency>
    <groupId>io.github.didi.dokit</groupId>
    <artifactId>dokitx-gps-mock</artifactId>
    <version>3.7.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.didi.dokit : dokitx-gps-mock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.11

All Versions

Choose a version of io.github.didi.dokit : dokitx-gps-mock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
dokitx-gps-mock-3.7.11
dokitx-gps-mock-3.7.1
dokitx-gps-mock-3.7.0.11
dokitx-gps-mock-3.7.0.1
dokitx-gps-mock-3.7.0

How to add a dependency to Maven

Add the following io.github.didi.dokit : dokitx-gps-mock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.didi.dokit</groupId>
    <artifactId>dokitx-gps-mock</artifactId>
    <version>3.7.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.didi.dokit : dokitx-gps-mock gradle dependency to your build.gradle file:

implementation 'io.github.didi.dokit:dokitx-gps-mock:3.7.11'

Gradle Kotlin DSL: Add the following io.github.didi.dokit : dokitx-gps-mock gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.didi.dokit:dokitx-gps-mock:3.7.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.didi.dokit : dokitx-gps-mock sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.didi.dokit" % "dokitx-gps-mock" % "3.7.11"

Advertisement