How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.stickycode.parent</groupId>
<artifactId>sticky-jar</artifactId>
<version>1.24</version>
</dependency>
Choose a version of net.stickycode.parent : sticky-jar to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.24 |
sticky-jar-1.24
|
||
1.23 |
sticky-jar-1.23
|
||
1.22 |
sticky-jar-1.22
|
||
1.21 |
sticky-jar-1.21
|
||
1.20 |
sticky-jar-1.20
|
||
1.19 |
sticky-jar-1.19
|
||
1.18 |
sticky-jar-1.18
|
||
1.16 |
sticky-jar-1.16
|
||
1.15 |
sticky-jar-1.15
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.stickycode.parent</groupId>
<artifactId>sticky-jar</artifactId>
<version>1.24</version>
</dependency>
Advertisement