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