| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdio.gitee.thinkbungee | 
| ArtifactId | ArtifactIdsatellite-spring-boot-parent | 
| Version | Version1.1.0-RELEASE | 
| Type | Typepom | 
| Description | DescriptionParent pom providing dependency and plugin management for applications built with Maven | 
| Filename | Size | 
|---|---|
| satellite-spring-boot-parent-1.1.0-RELEASE.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.gitee.thinkbungee/satellite-spring-boot-parent/ -->
<dependency>
    <groupId>io.gitee.thinkbungee</groupId>
    <artifactId>satellite-spring-boot-parent</artifactId>
    <version>1.1.0-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.gitee.thinkbungee/satellite-spring-boot-parent/
implementation 'io.gitee.thinkbungee:satellite-spring-boot-parent:1.1.0-RELEASE'// https://jarcasting.com/artifacts/io.gitee.thinkbungee/satellite-spring-boot-parent/
implementation ("io.gitee.thinkbungee:satellite-spring-boot-parent:1.1.0-RELEASE")'io.gitee.thinkbungee:satellite-spring-boot-parent:pom:1.1.0-RELEASE'<dependency org="io.gitee.thinkbungee" name="satellite-spring-boot-parent" rev="1.1.0-RELEASE">
  <artifact name="satellite-spring-boot-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='io.gitee.thinkbungee', module='satellite-spring-boot-parent', version='1.1.0-RELEASE')
)libraryDependencies += "io.gitee.thinkbungee" % "satellite-spring-boot-parent" % "1.1.0-RELEASE"[io.gitee.thinkbungee/satellite-spring-boot-parent "1.1.0-RELEASE"]