is not current version
Last Version 1.9.1-RELEASE

cn.easyproject:easymybatis-pagination 1.8.0-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.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easymybatis-pagination
Version

Version

1.8.0-RELEASE
Type

Type

jar

Download easymybatis-pagination 1.8.0-RELEASE


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