| License | License
                                                        The MIT License (MIT)                                                 | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.pagehelper | 
| ArtifactId | ArtifactIdpagehelper-spring-boot-starter | 
| Last Version | Last Version1.4.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpagehelper-spring-boot-starter Spring Boot Support for PageHelper | 
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper-spring-boot-starter</artifactId>
    <version>1.4.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.4.3'// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/
implementation ("com.github.pagehelper:pagehelper-spring-boot-starter:1.4.3")'com.github.pagehelper:pagehelper-spring-boot-starter:jar:1.4.3'<dependency org="com.github.pagehelper" name="pagehelper-spring-boot-starter" rev="1.4.3">
  <artifact name="pagehelper-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot-starter', version='1.4.3')
)libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot-starter" % "1.4.3"[com.github.pagehelper/pagehelper-spring-boot-starter "1.4.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 | 
| com.github.pagehelper : pagehelper-spring-boot-autoconfigure | jar | 1.4.3 | 
| com.github.pagehelper : pagehelper | jar | 5.3.1 |