| GroupId | GroupIdcom.github.pagehelper |
|---|---|
| ArtifactId | ArtifactIdpagehelper |
| Version | Version3.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pagehelper-3.6.3.pom | |
| pagehelper-3.6.3.jar | 41 KB |
| pagehelper-3.6.3-sources.jar | 23 KB |
| pagehelper-3.6.3-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>3.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper/
implementation 'com.github.pagehelper:pagehelper:3.6.3'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper/
implementation ("com.github.pagehelper:pagehelper:3.6.3")
'com.github.pagehelper:pagehelper:jar:3.6.3'
<dependency org="com.github.pagehelper" name="pagehelper" rev="3.6.3">
<artifact name="pagehelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper', version='3.6.3')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper" % "3.6.3"
[com.github.pagehelper/pagehelper "3.6.3"]