не последняя версия
Последняя версия 1.9.1-RELEASE

cn.easyproject:easymybatis-pagination 1.8.1-RELEASE

EasyMyBatis Pagination is a generic paging plugin for the MyBaits framework. Provides the PageBean automatic paging data encapsulation, the EasyCriteria paging condition object, and the automated paging SQL that supports common databases.

Категории

Категории

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

Группа

cn.easyproject
Идентификатор

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

easymybatis-pagination
Версия

Версия

1.8.1-RELEASE
Тип

Тип

jar

Скачать easymybatis-pagination 1.8.1-RELEASE


<!-- https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easymybatis-pagination</artifactId>
    <version>1.8.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/
implementation 'cn.easyproject:easymybatis-pagination:1.8.1-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/
implementation ("cn.easyproject:easymybatis-pagination:1.8.1-RELEASE")
'cn.easyproject:easymybatis-pagination:jar:1.8.1-RELEASE'
<dependency org="cn.easyproject" name="easymybatis-pagination" rev="1.8.1-RELEASE">
  <artifact name="easymybatis-pagination" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easymybatis-pagination', version='1.8.1-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easymybatis-pagination" % "1.8.1-RELEASE"
[cn.easyproject/easymybatis-pagination "1.8.1-RELEASE"]