MVN

com.seepine : spring-boot-starter-parent

Maven & Gradle

Jun 05, 2022
0 stars

spring-boot-starter-parent · Easy Spring Boot Starter

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.0.v1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.seepine : spring-boot-starter-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0.v1

All Versions

Choose a version of com.seepine : spring-boot-starter-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
spring-boot-starter-parent-2.7.0.v1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.0.v1</version>
</dependency>