| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.seepine | 
    
| ArtifactId | ArtifactIdspring-boot-starter-parent | 
    
| Last Version | Last Version2.7.0.v1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-starter-parent 
            Easy Spring Boot Starter 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| spring-boot-starter-parent-2.7.0.v1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.0.v1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/
implementation 'com.seepine:spring-boot-starter-parent:2.7.0.v1'
                // https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/
implementation ("com.seepine:spring-boot-starter-parent:2.7.0.v1")
                'com.seepine:spring-boot-starter-parent:pom:2.7.0.v1'
                <dependency org="com.seepine" name="spring-boot-starter-parent" rev="2.7.0.v1">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-parent', version='2.7.0.v1')
)
                libraryDependencies += "com.seepine" % "spring-boot-starter-parent" % "2.7.0.v1"
                [com.seepine/spring-boot-starter-parent "2.7.0.v1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-undertow | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-starter-validation | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | |
| org.springframework.boot : spring-boot-devtools Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |