is not current version
Last Version 1.0.4-RELEASE

org.cat73:mybatis-pager-spring-boot-starter 1.0.2-RELEASE

为 SpringBoot(基于 Servlet 的 Web 项目) + Mybatis 提供简单易用的分页查询支持

Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

org.cat73
ArtifactId

ArtifactId

mybatis-pager-spring-boot-starter
Version

Version

1.0.2-RELEASE
Type

Type

jar

Download mybatis-pager-spring-boot-starter 1.0.2-RELEASE


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