How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.mgl</groupId>
<artifactId>mgl-boot-spring-boot-pom</artifactId>
<version>3.0.1</version>
</dependency>
Choose a version of tech.mgl : mgl-boot-spring-boot-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
mgl-boot-spring-boot-pom-3.0.1.0
|
||
mgl-boot-spring-boot-pom-3.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.mgl</groupId>
<artifactId>mgl-boot-spring-boot-pom</artifactId>
<version>3.0.1</version>
</dependency>
Advertisement