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