How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-waiting-parent</artifactId>
<version>4.1</version>
</dependency>
Choose a version of com.github.shiver-me-timbers : smt-waiting-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1 |
smt-waiting-parent-4.1
|
||
4.0 |
smt-waiting-parent-4.0
|
||
3.0 |
smt-waiting-parent-3.0
|
||
2.0 |
smt-waiting-parent-2.0
|
||
1.8 |
smt-waiting-parent-1.8
|
||
1.7 |
smt-waiting-parent-1.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-waiting-parent</artifactId>
<version>4.1</version>
</dependency>
Advertisement