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