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