MVN

com.github.spt-oss : spring-boot-starter-parent-custom

Maven & Gradle

May 10, 2017

Custom configuration of Spring Boot Starter Parent

<dependency>
    <groupId>com.github.spt-oss</groupId>
    <artifactId>spring-boot-starter-parent-custom</artifactId>
    <version>1.5.3.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spt-oss : spring-boot-starter-parent-custom to add to Maven - Latest Versions:

  • Latest Stable: 1.5.3.20

All Versions

Choose a version of com.github.spt-oss : spring-boot-starter-parent-custom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
spring-boot-starter-parent-custom-1.5.3.20
spring-boot-starter-parent-custom-1.5.3.17
spring-boot-starter-parent-custom-1.5.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.spt-oss</groupId>
    <artifactId>spring-boot-starter-parent-custom</artifactId>
    <version>1.5.3.20</version>
</dependency>

Advertisement