How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.jgonian</groupId>
<artifactId>commons-ip-math-parent</artifactId>
<version>1.32</version>
</dependency>
Choose a version of com.github.jgonian : commons-ip-math-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.32 |
commons-ip-math-parent-1.32
|
||
1.31 |
commons-ip-math-parent-1.31
|
||
1.30 |
commons-ip-math-parent-1.30
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.jgonian</groupId>
<artifactId>commons-ip-math-parent</artifactId>
<version>1.32</version>
</dependency>
Advertisement