Download pagehelper-4.1.1.jar file - Jar p

Jar examples for p:pagehelper

Description

Mybatis Pagination Plugin

You can download jar file pagehelper 4.1.1 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add pagehelper-4.1.1.jar to your project.

<dependency>
   <groupId>com.github.pagehelper</groupId>
   <artifactId>pagehelper</artifactId>
   <version>4.1.1</version>
</dependency>
compile group: 'com.github.pagehelper', name: 'pagehelper', version: '4.1.1'
libraryDependencies += "com.github.pagehelper" % "pagehelper" % "4.1.1"
<dependency org="com.github.pagehelper" name="pagehelper" rev="4.1.1"/>
@Grapes(@Grab(group='com.github.pagehelper', module='pagehelper', version='4.1.1'))
'com.github.pagehelper:pagehelper:jar:4.1.1'

Download

Click the following link to download the jar file.

pagehelper-4.1.1-javadoc.jar
pagehelper-4.1.1-sources.jar
pagehelper-4.1.1.jar
pagehelper-4.1.1.pom



Related Tutorials