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