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