is not current version
Last Version 5.3.1

com.github.pagehelper:pagehelper 5.1.2

Mybatis Pagination Plugin

GroupId

GroupId

com.github.pagehelper
ArtifactId

ArtifactId

pagehelper
Version

Version

5.1.2
Type

Type

jar

Download pagehelper 5.1.2


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