How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-parent-pom</artifactId>
<version>1.7</version>
</dependency>
Choose a version of com.github.shiver-me-timbers : smt-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7 |
smt-parent-pom-1.7
|
||
1.6 |
smt-parent-pom-1.6
|
||
1.5 |
smt-parent-pom-1.5
|
||
1.4 |
smt-parent-pom-1.4
|
||
1.3 |
smt-parent-pom-1.3
|
||
1.2 |
smt-parent-pom-1.2
|
||
1.0 |
smt-parent-pom-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-parent-pom</artifactId>
<version>1.7</version>
</dependency>
Advertisement