| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdapp.myoss.cloud | 
    
| ArtifactId | ArtifactIdspring-boot-parent | 
    
| Version | Version2.0.18.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-parent 
            myoss open source project, Spring Boot Project parent pom 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| spring-boot-parent-2.0.18.RELEASE.pom | 15 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/ -->
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-parent</artifactId>
    <version>2.0.18.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation 'app.myoss.cloud:spring-boot-parent:2.0.18.RELEASE'
                // https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation ("app.myoss.cloud:spring-boot-parent:2.0.18.RELEASE")
                'app.myoss.cloud:spring-boot-parent:pom:2.0.18.RELEASE'
                <dependency org="app.myoss.cloud" name="spring-boot-parent" rev="2.0.18.RELEASE">
  <artifact name="spring-boot-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='app.myoss.cloud', module='spring-boot-parent', version='2.0.18.RELEASE')
)
                libraryDependencies += "app.myoss.cloud" % "spring-boot-parent" % "2.0.18.RELEASE"
                [app.myoss.cloud/spring-boot-parent "2.0.18.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.6.RELEASE | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| org.projectlombok : lombok | jar | 1.16.22 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test Optional | jar | 2.0.6.RELEASE |