MVN

com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x

Maven & Gradle

Sep 07, 2022
2 usages
296 stars
<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-mybatisplus_2x</artifactId>
    <version>3.6.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.16

All Versions

Choose a version of com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
sqlhelper-mybatisplus_2x-3.6.16
sqlhelper-mybatisplus_2x-3.6.15
sqlhelper-mybatisplus_2x-3.6.14
sqlhelper-mybatisplus_2x-3.6.13
sqlhelper-mybatisplus_2x-3.6.12
sqlhelper-mybatisplus_2x-3.6.11
sqlhelper-mybatisplus_2x-3.6.10
sqlhelper-mybatisplus_2x-3.6.9
sqlhelper-mybatisplus_2x-3.6.8
sqlhelper-mybatisplus_2x-3.6.7
sqlhelper-mybatisplus_2x-3.6.6
sqlhelper-mybatisplus_2x-3.6.5
sqlhelper-mybatisplus_2x-3.6.4
sqlhelper-mybatisplus_2x-3.6.3
sqlhelper-mybatisplus_2x-3.6.2
sqlhelper-mybatisplus_2x-3.6.1
sqlhelper-mybatisplus_2x-3.6.0
3.5.x
sqlhelper-mybatisplus_2x-3.5.5
sqlhelper-mybatisplus_2x-3.5.4
sqlhelper-mybatisplus_2x-3.5.3
sqlhelper-mybatisplus_2x-3.5.2
sqlhelper-mybatisplus_2x-3.5.1
sqlhelper-mybatisplus_2x-3.5.0
3.4.x
sqlhelper-mybatisplus_2x-3.4.14
sqlhelper-mybatisplus_2x-3.4.13
sqlhelper-mybatisplus_2x-3.4.12
sqlhelper-mybatisplus_2x-3.4.11
sqlhelper-mybatisplus_2x-3.4.10
sqlhelper-mybatisplus_2x-3.4.9
sqlhelper-mybatisplus_2x-3.4.8
sqlhelper-mybatisplus_2x-3.4.7
sqlhelper-mybatisplus_2x-3.4.6
sqlhelper-mybatisplus_2x-3.4.5
sqlhelper-mybatisplus_2x-3.4.4
sqlhelper-mybatisplus_2x-3.4.3
sqlhelper-mybatisplus_2x-3.4.2
sqlhelper-mybatisplus_2x-3.4.1
sqlhelper-mybatisplus_2x-3.4.0
3.3.x
sqlhelper-mybatisplus_2x-3.3.2
sqlhelper-mybatisplus_2x-3.3.1
sqlhelper-mybatisplus_2x-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-mybatisplus_2x</artifactId>
    <version>3.6.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x gradle dependency to your build.gradle file:

implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus_2x:3.6.16'

Gradle Kotlin DSL: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus_2x:3.6.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-mybatisplus_2x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatisplus_2x" % "3.6.16"

Advertisement