How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ripe.commons</groupId>
<artifactId>commons-ip-math-parent</artifactId>
<version>1.23</version>
</dependency>
Choose a version of net.ripe.commons : commons-ip-math-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.23 |
commons-ip-math-parent-1.23
|
||
1.22 |
commons-ip-math-parent-1.22
|
||
1.21.x |
commons-ip-math-parent-1.21.1
|
||
1.21 |
commons-ip-math-parent-1.21
|
||
1.20 |
commons-ip-math-parent-1.20
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ripe.commons</groupId>
<artifactId>commons-ip-math-parent</artifactId>
<version>1.23</version>
</dependency>
Advertisement