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