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