How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.codecentric.reedelk</groupId>
<artifactId>module-parent</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of de.codecentric.reedelk : module-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
module-parent-2.0.0
|
||
1.9.x |
module-parent-1.9.0
|
||
1.1.x |
module-parent-1.1.0
|
||
1.0.x |
module-parent-1.0.9
|
||
module-parent-1.0.8
|
|||
module-parent-1.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.codecentric.reedelk</groupId>
<artifactId>module-parent</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement