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