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