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