не последняя версия
Последняя версия 1.0.7.RELEASE

com.gitee.hengboy:mybatis-pageable 1.0.3.RELEASE

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

Категории

Категории

MyBatis Данные ORM
Группа

Группа

com.gitee.hengboy
Идентификатор

Идентификатор

mybatis-pageable
Версия

Версия

1.0.3.RELEASE
Тип

Тип

pom

Скачать mybatis-pageable 1.0.3.RELEASE

Имя Файла Размер
mybatis-pageable-1.0.3.RELEASE.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-pageable/ -->
<dependency>
    <groupId>com.gitee.hengboy</groupId>
    <artifactId>mybatis-pageable</artifactId>
    <version>1.0.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-pageable/
implementation 'com.gitee.hengboy:mybatis-pageable:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-pageable/
implementation ("com.gitee.hengboy:mybatis-pageable:1.0.3.RELEASE")
'com.gitee.hengboy:mybatis-pageable:pom:1.0.3.RELEASE'
<dependency org="com.gitee.hengboy" name="mybatis-pageable" rev="1.0.3.RELEASE">
  <artifact name="mybatis-pageable" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='mybatis-pageable', version='1.0.3.RELEASE')
)
libraryDependencies += "com.gitee.hengboy" % "mybatis-pageable" % "1.0.3.RELEASE"
[com.gitee.hengboy/mybatis-pageable "1.0.3.RELEASE"]