How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.jstuff</groupId>
<artifactId>jstuff-parent</artifactId>
<version>7.6.0</version>
</dependency>
Choose a version of net.sf.jstuff : jstuff-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.6.x |
jstuff-parent-7.6.0
|
||
7.5.x |
jstuff-parent-7.5.1
|
||
jstuff-parent-7.5.0
|
|||
7.4.x |
jstuff-parent-7.4.0
|
||
7.3.x |
jstuff-parent-7.3.0
|
||
7.2.x |
jstuff-parent-7.2.0
|
||
7.1.x |
jstuff-parent-7.1.0
|
||
7.0.x |
jstuff-parent-7.0.0
|
||
6.0.x |
jstuff-parent-6.0.1
|
||
jstuff-parent-6.0.0
|
|||
5.21.x |
jstuff-parent-5.21.0
|
||
5.20.x |
jstuff-parent-5.20.1
|
||
jstuff-parent-5.20.0
|
|||
5.19.x |
jstuff-parent-5.19.0
|
||
5.18.x |
jstuff-parent-5.18.0
|
||
5.17.x |
jstuff-parent-5.17.0
|
||
5.16.x |
jstuff-parent-5.16.0
|
||
5.15.x |
jstuff-parent-5.15.2
|
||
jstuff-parent-5.15.1
|
|||
jstuff-parent-5.15.0
|
|||
5.14.x |
jstuff-parent-5.14.5
|
||
jstuff-parent-5.14.4
|
|||
jstuff-parent-5.14.3
|
|||
jstuff-parent-5.14.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.jstuff</groupId>
<artifactId>jstuff-parent</artifactId>
<version>7.6.0</version>
</dependency>
Advertisement