MVN

center.wxp : mybatis.mapper

Maven & Gradle

Mar 28, 2020

xp.mapper · Demo project for Mybatis mapper

<dependency>
    <groupId>center.wxp</groupId>
    <artifactId>mybatis.mapper</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of center.wxp : mybatis.mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of center.wxp : mybatis.mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mybatis.mapper-1.1.7
mybatis.mapper-1.1.6
mybatis.mapper-1.1.5
mybatis.mapper-1.1.4
mybatis.mapper-1.1.3
1.0.x
mybatis.mapper-1.0.0

How to add a dependency to Maven

Add the following center.wxp : mybatis.mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>center.wxp</groupId>
    <artifactId>mybatis.mapper</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following center.wxp : mybatis.mapper gradle dependency to your build.gradle file:

implementation 'center.wxp:mybatis.mapper:1.1.7'

Gradle Kotlin DSL: Add the following center.wxp : mybatis.mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("center.wxp:mybatis.mapper:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following center.wxp : mybatis.mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "center.wxp" % "mybatis.mapper" % "1.1.7"