Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.pagehelper |
ArtifactId | ArtifactIdpagehelper-spring-boot |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
pagehelper-spring-boot-1.1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation 'com.github.pagehelper:pagehelper-spring-boot:1.1.1'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation ("com.github.pagehelper:pagehelper-spring-boot:1.1.1")
'com.github.pagehelper:pagehelper-spring-boot:pom:1.1.1'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot" rev="1.1.1">
<artifact name="pagehelper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot', version='1.1.1')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot" % "1.1.1"
[com.github.pagehelper/pagehelper-spring-boot "1.1.1"]