MVN

cn.ivan95.me : mybatis-extend

Maven & Gradle

Oct 23, 2019
1 usages

Mybatis Extend · Developed to simplify CURD operations, Mybatis Extend is enhanced on the basis of Mybatis, non-intrusive, supports multiple databases, supports automatic generation of primary keys, a large number of preset CURD operations, and supports ActiveRecord.

<dependency>
    <groupId>cn.ivan95.me</groupId>
    <artifactId>mybatis-extend</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ivan95.me : mybatis-extend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of cn.ivan95.me : mybatis-extend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-extend-1.0.4
mybatis-extend-1.0.3
mybatis-extend-1.0.2
mybatis-extend-1.0.1
mybatis-extend-1.0.0

How to add a dependency to Maven

Add the following cn.ivan95.me : mybatis-extend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ivan95.me</groupId>
    <artifactId>mybatis-extend</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ivan95.me : mybatis-extend gradle dependency to your build.gradle file:

implementation 'cn.ivan95.me:mybatis-extend:1.0.4'

Gradle Kotlin DSL: Add the following cn.ivan95.me : mybatis-extend gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ivan95.me:mybatis-extend:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ivan95.me : mybatis-extend sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ivan95.me" % "mybatis-extend" % "1.0.4"

Advertisement