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