MVN

com.gitee.wenbo0 : mybatis-plus-wrapper

Maven & Gradle

Aug 24, 2023

mybatis-plus-wrapper · QueryWrapper注解实现

<dependency>
    <groupId>com.gitee.wenbo0</groupId>
    <artifactId>mybatis-plus-wrapper</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.wenbo0 : mybatis-plus-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.gitee.wenbo0 : mybatis-plus-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-plus-wrapper-1.0.12
mybatis-plus-wrapper-1.0.11.debug
mybatis-plus-wrapper-1.0.11
mybatis-plus-wrapper-1.0.10
mybatis-plus-wrapper-1.0.9
mybatis-plus-wrapper-1.0.8
mybatis-plus-wrapper-1.0.7
mybatis-plus-wrapper-1.0.6
mybatis-plus-wrapper-1.0.5
mybatis-plus-wrapper-1.0.4
mybatis-plus-wrapper-1.0.3
mybatis-plus-wrapper-1.0.2
mybatis-plus-wrapper-1.0.1
mybatis-plus-wrapper-1.0.0
0.9.x
mybatis-plus-wrapper-0.9.9
mybatis-plus-wrapper-0.9.8
mybatis-plus-wrapper-0.9.7
mybatis-plus-wrapper-0.9.6
mybatis-plus-wrapper-0.9.5
mybatis-plus-wrapper-0.9.4
mybatis-plus-wrapper-0.9.3
mybatis-plus-wrapper-0.9.2
mybatis-plus-wrapper-0.9.1
0.9
mybatis-plus-wrapper-0.9
0.8.x
mybatis-plus-wrapper-0.8.4
mybatis-plus-wrapper-0.8.3
mybatis-plus-wrapper-0.8.2
mybatis-plus-wrapper-0.8.1
0.8
mybatis-plus-wrapper-0.8
0.7
mybatis-plus-wrapper-0.7
0.6
mybatis-plus-wrapper-0.6
0.5
mybatis-plus-wrapper-0.5
0.4
mybatis-plus-wrapper-0.4
0.3
mybatis-plus-wrapper-0.3
0.2
mybatis-plus-wrapper-0.2
0.1
mybatis-plus-wrapper-0.1

How to add a dependency to Maven

Add the following com.gitee.wenbo0 : mybatis-plus-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.wenbo0</groupId>
    <artifactId>mybatis-plus-wrapper</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.wenbo0 : mybatis-plus-wrapper gradle dependency to your build.gradle file:

implementation 'com.gitee.wenbo0:mybatis-plus-wrapper:1.0.12'

Gradle Kotlin DSL: Add the following com.gitee.wenbo0 : mybatis-plus-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.wenbo0:mybatis-plus-wrapper:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.wenbo0 : mybatis-plus-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.wenbo0" % "mybatis-plus-wrapper" % "1.0.12"