MVN

com.github.yuxiaobin : mybatis-generalmapper

Maven & Gradle

Jul 07, 2019
0 stars

mybatis-generalmapper · A middle-ware for mybatis plus, you can use it to CRUD single table without any sql.

<dependency>
    <groupId>com.github.yuxiaobin</groupId>
    <artifactId>mybatis-generalmapper</artifactId>
    <version>1.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yuxiaobin : mybatis-generalmapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.8
  • Latest Beta: 1.8.7-beta

All Versions

Choose a version of com.github.yuxiaobin : mybatis-generalmapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
mybatis-generalmapper-1.8.8
mybatis-generalmapper-1.8.7-beta
mybatis-generalmapper-1.8.7
mybatis-generalmapper-1.8.6
mybatis-generalmapper-1.8.5
mybatis-generalmapper-1.8.4
mybatis-generalmapper-1.8.3
mybatis-generalmapper-1.8.2
mybatis-generalmapper-1.8.1
1.8
mybatis-generalmapper-1.8
1.7
mybatis-generalmapper-1.7
1.1
mybatis-generalmapper-1.1
1.0
mybatis-generalmapper-1.0

How to add a dependency to Maven

Add the following com.github.yuxiaobin : mybatis-generalmapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yuxiaobin</groupId>
    <artifactId>mybatis-generalmapper</artifactId>
    <version>1.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yuxiaobin : mybatis-generalmapper gradle dependency to your build.gradle file:

implementation 'com.github.yuxiaobin:mybatis-generalmapper:1.8.8'

Gradle Kotlin DSL: Add the following com.github.yuxiaobin : mybatis-generalmapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yuxiaobin:mybatis-generalmapper:1.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yuxiaobin : mybatis-generalmapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yuxiaobin" % "mybatis-generalmapper" % "1.8.8"