License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases MyBatis ORM |
GroupId | GroupIdio.github.flashvayne |
ArtifactId | ArtifactIdmysql-mybatis-page |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmysql-mybatis-page
基于MySQL方言 SQL_CALC_FOUND_ROWS 的轻量级分页组件
|
Project URL |
Project URL |
Filename | Size |
---|---|
mysql-mybatis-page-1.0.0.pom | |
mysql-mybatis-page-1.0.0.jar | 9 KB |
mysql-mybatis-page-1.0.0-sources.jar | 4 KB |
mysql-mybatis-page-1.0.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.flashvayne/mysql-mybatis-page/ -->
<dependency>
<groupId>io.github.flashvayne</groupId>
<artifactId>mysql-mybatis-page</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flashvayne/mysql-mybatis-page/
implementation 'io.github.flashvayne:mysql-mybatis-page:1.0.0'
// https://jarcasting.com/artifacts/io.github.flashvayne/mysql-mybatis-page/
implementation ("io.github.flashvayne:mysql-mybatis-page:1.0.0")
'io.github.flashvayne:mysql-mybatis-page:jar:1.0.0'
<dependency org="io.github.flashvayne" name="mysql-mybatis-page" rev="1.0.0">
<artifact name="mysql-mybatis-page" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flashvayne', module='mysql-mybatis-page', version='1.0.0')
)
libraryDependencies += "io.github.flashvayne" % "mysql-mybatis-page" % "1.0.0"
[io.github.flashvayne/mysql-mybatis-page "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.9 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.2 |