Last Version

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

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easymybatis-pagination
Version

Version

1.9.1-RELEASE
Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

https://github.com/ushelp/EasyMyBatis-Pagination.git

Download easymybatis-pagination 1.9.1-RELEASE


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

Dependencies

compile (3)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.1
mysql : mysql-connector-java jar 5.1.40
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.7
org.apache.logging.log4j : log4j-core jar 2.7

Project Modules

There are no modules declared in this project.