MVN

com.github.fangjinuo.sqlhelper : sqlhelper-mybatis-solon-plugin

Maven & Gradle

Sep 07, 2022
1 usages
296 stars

use sqlhelper-mybatis in solon application

<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-mybatis-solon-plugin</artifactId>
    <version>3.6.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6.16

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-mybatis-solon-plugin</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-mybatis-solon-plugin gradle dependency to your build.gradle file:

implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatis-solon-plugin:3.6.16'

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

implementation("com.github.fangjinuo.sqlhelper:sqlhelper-mybatis-solon-plugin:3.6.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatis-solon-plugin" % "3.6.16"

Advertisement