MVN

cn.ivan95.me : mybatis-extend-parent

Maven & Gradle

Oct 23, 2019

Mybatis Extend Parent · 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-parent</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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