MVN

com.jack90john : spring-boot-with-utils-parent

Maven & Gradle

May 21, 2019
0 stars

spring-boot-parent · integrate spring-boot-starter-parent and some useful utils like lombok, commons-lang3, commons-collections4 etc. into one

<dependency>
    <groupId>com.jack90john</groupId>
    <artifactId>spring-boot-with-utils-parent</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jack90john : spring-boot-with-utils-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1.RELEASE

All Versions

Choose a version of com.jack90john : spring-boot-with-utils-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-with-utils-parent-1.0.1.RELEASE
spring-boot-with-utils-parent-1.0.0.RELEASE
spring-boot-with-utils-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jack90john</groupId>
    <artifactId>spring-boot-with-utils-parent</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>

Advertisement