is not current version
Last Version 1.4.3

com.github.pagehelper:pagehelper-spring-boot 1.2.7

Spring Boot Support for PageHelper

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.pagehelper
ArtifactId

ArtifactId

pagehelper-spring-boot
Version

Version

1.2.7
Type

Type

pom

Download pagehelper-spring-boot 1.2.7


<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/ -->
<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper-spring-boot</artifactId>
    <version>1.2.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation 'com.github.pagehelper:pagehelper-spring-boot:1.2.7'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation ("com.github.pagehelper:pagehelper-spring-boot:1.2.7")
'com.github.pagehelper:pagehelper-spring-boot:pom:1.2.7'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot" rev="1.2.7">
  <artifact name="pagehelper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot', version='1.2.7')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot" % "1.2.7"
[com.github.pagehelper/pagehelper-spring-boot "1.2.7"]