MVN

com.gitee.hengboy : mybatis-pageable

Maven & Gradle

Jun 17, 2019

mybatis分页插件工具 · 该项目用于mybatis框架的分页操作,提供全面的分页支持 目前支持数据: DB2、 Derby、 DM、 H2、 HSQL、 InforMix、 Mariadb、 MySQL、 Oracle、 Postgres、 SqlLite、 SqlServer2000以上版本 等主流数据库

<dependency>
    <groupId>com.gitee.hengboy</groupId>
    <artifactId>mybatis-pageable</artifactId>
    <version>1.0.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.hengboy : mybatis-pageable to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7.RELEASE

All Versions

Choose a version of com.gitee.hengboy : mybatis-pageable to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-pageable-1.0.7.RELEASE
mybatis-pageable-1.0.6.RELEASE
mybatis-pageable-1.0.5.RELEASE
mybatis-pageable-1.0.4.RELEASE
mybatis-pageable-1.0.3.RELEASE
mybatis-pageable-1.0.2.RELEASE
mybatis-pageable-1.0.1.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gitee.hengboy</groupId>
    <artifactId>mybatis-pageable</artifactId>
    <version>1.0.7.RELEASE</version>
</dependency>

Advertisement