<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>pager-spring-boot-starter</artifactId>
<version>1.4-RELEASE</version>
</dependency>
libraryDependencies += "com.github.dreamroute" % "pager-spring-boot-starter" % "1.4-RELEASE"
@Grapes(
@Grab(group='com.github.dreamroute', module='pager-spring-boot-starter', version='1.4-RELEASE')
)
<dependency org="com.github.dreamroute" name="pager-spring-boot-starter" rev="1.4-RELEASE" />
compile
|-- org.springframework.boot:spring-boot-starter-web:2.4.2
|-- org.springframework.boot:spring-boot-configuration-processor:2.4.2
|-- org.projectlombok:lombok:1.18.16
|-- com.google.guava:guava:30.1-jre
|-- com.alibaba:fastjson:1.2.75
|-- com.github.dreamroute:mybatis-pro-boot-starter:1.1.8