is not current version
Last Version 5.3.1

com.github.pagehelper:pagehelper 3.2.3

Mybatis Pagination Plugin

GroupId

GroupId

com.github.pagehelper
ArtifactId

ArtifactId

pagehelper
Version

Version

3.2.3
Type

Type

jar

Download pagehelper 3.2.3


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