springboot-mybatis-paginator

A powerful and easy-to-use mybatis physical paginator

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.xiwh
ArtifactId

ArtifactId

mybatis-paginator
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

springboot-mybatis-paginator
A powerful and easy-to-use mybatis physical paginator
Project URL

Project URL

https://github.com/xiwh/springboot-mybatis-paginator
Source Code Management

Source Code Management

https://github.com/xiwh/springboot-mybatis-paginator

Download mybatis-paginator

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/ -->
<dependency>
    <groupId>com.github.xiwh</groupId>
    <artifactId>mybatis-paginator</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation 'com.github.xiwh:mybatis-paginator:1.0.2'
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation ("com.github.xiwh:mybatis-paginator:1.0.2")
'com.github.xiwh:mybatis-paginator:jar:1.0.2'
<dependency org="com.github.xiwh" name="mybatis-paginator" rev="1.0.2">
  <artifact name="mybatis-paginator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiwh', module='mybatis-paginator', version='1.0.2')
)
libraryDependencies += "com.github.xiwh" % "mybatis-paginator" % "1.0.2"
[com.github.xiwh/mybatis-paginator "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.alibaba : druid jar 1.1.23
org.springframework.boot : spring-boot-starter-web Optional jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-starter-tomcat Optional jar 2.3.3.RELEASE

provided (1)

Group / Artifact Type Version
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.1.3

test (5)

Group / Artifact Type Version
com.microsoft.sqlserver : mssql-jdbc jar 7.4.1.jre8
mysql : mysql-connector-java jar 8.0.21
org.postgresql : postgresql jar 42.2.14
org.springframework.boot : spring-boot-starter-test jar 2.3.3.RELEASE
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0