How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-math-parent-pom</artifactId>
<version>5.0.1</version>
</dependency>
Choose a version of com.helger : ph-math-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
ph-math-parent-pom-5.0.1
|
||
ph-math-parent-pom-5.0.0
|
|||
4.1.x |
ph-math-parent-pom-4.1.0
|
||
4.0.x |
ph-math-parent-pom-4.0.1
|
||
ph-math-parent-pom-4.0.0
|
|||
ph-math-parent-pom-4.0.0-b2
|
|||
ph-math-parent-pom-4.0.0-b1
|
|||
3.0.x |
ph-math-parent-pom-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-math-parent-pom</artifactId>
<version>5.0.1</version>
</dependency>
Advertisement