How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>mhus-parent</artifactId>
<version>7.9.0</version>
</dependency>
Choose a version of de.mhus.lib : mhus-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.9.x |
mhus-parent-7.9.0
|
||
7.8.x |
mhus-parent-7.8.0
|
||
7.7.x |
mhus-parent-7.7.0
|
||
7.6.x |
mhus-parent-7.6.0
|
||
7.5.x |
mhus-parent-7.5.0
|
||
7.4.x |
mhus-parent-7.4.2
|
||
mhus-parent-7.4.1
|
|||
7.3.x |
mhus-parent-7.3.0
|
||
7.2.x |
mhus-parent-7.2.0
|
||
7.1.x |
mhus-parent-7.1.0
|
||
7.0.x |
mhus-parent-7.0.0
|
||
6.4.x |
mhus-parent-6.4.0
|
||
3.6.x |
mhus-parent-3.6.3
|
||
mhus-parent-3.6.2
|
|||
mhus-parent-3.6.1
|
|||
mhus-parent-3.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>mhus-parent</artifactId>
<version>7.9.0</version>
</dependency>
Advertisement