MVN

io.github.lonelypluto : map

Maven & Gradle

Mar 03, 2022
0 stars

SiweidgMapSDK · 地图sdk, 支持多种数据格式地图

<dependency>
    <groupId>io.github.lonelypluto</groupId>
    <artifactId>map</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lonelypluto : map to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.13

All Versions

Choose a version of io.github.lonelypluto : map to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
map-3.0.13
map-3.0.12
map-3.0.11

How to add a dependency to Maven

Add the following io.github.lonelypluto : map maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lonelypluto</groupId>
    <artifactId>map</artifactId>
    <version>3.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lonelypluto : map gradle dependency to your build.gradle file:

implementation 'io.github.lonelypluto:map:3.0.13'

Gradle Kotlin DSL: Add the following io.github.lonelypluto : map gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lonelypluto:map:3.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lonelypluto : map sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lonelypluto" % "map" % "3.0.13"

Advertisement