How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-parent</artifactId>
<version>2.6.0</version>
</dependency>
Choose a version of at.newmedialab.ldpath : ldpath-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
ldpath-parent-2.6.0
|
||
0.9.x |
ldpath-parent-0.9.13
|
||
ldpath-parent-0.9.12
|
|||
ldpath-parent-0.9.11
|
POM as dependency in dependencyManagement
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-parent</artifactId>
<version>2.6.0</version>
</dependency>
Advertisement