MVN

io.gitee.djhkemr : mapcore-vtm

Maven & Gradle

Nov 08, 2022

mapcore-vtm · mapcore-vtm

<dependency>
    <groupId>io.gitee.djhkemr</groupId>
    <artifactId>mapcore-vtm</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.djhkemr : mapcore-vtm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.gitee.djhkemr : mapcore-vtm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mapcore-vtm-1.1.3
mapcore-vtm-1.1.2
mapcore-vtm-1.1.1
mapcore-vtm-1.1.0
1.0.x
mapcore-vtm-1.0.9
mapcore-vtm-1.0.8
mapcore-vtm-1.0.7
mapcore-vtm-1.0.6
mapcore-vtm-1.0.5
mapcore-vtm-1.0.4
mapcore-vtm-1.0.3
mapcore-vtm-1.0.2
mapcore-vtm-1.0.1
mapcore-vtm-1.0.0

How to add a dependency to Maven

Add the following io.gitee.djhkemr : mapcore-vtm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.djhkemr</groupId>
    <artifactId>mapcore-vtm</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.djhkemr : mapcore-vtm gradle dependency to your build.gradle file:

implementation 'io.gitee.djhkemr:mapcore-vtm:1.1.3'

Gradle Kotlin DSL: Add the following io.gitee.djhkemr : mapcore-vtm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.djhkemr:mapcore-vtm:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.djhkemr : mapcore-vtm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.djhkemr" % "mapcore-vtm" % "1.1.3"

Advertisement