is not current version
Last Version 5.3.1

com.github.pagehelper:pagehelper 4.2.0

Mybatis Pagination Plugin

GroupId

GroupId

com.github.pagehelper
ArtifactId

ArtifactId

pagehelper
Version

Version

4.2.0
Type

Type

jar

Download pagehelper 4.2.0


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