How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.12.0</version>
</dependency>
Choose a version of org.meeuw.math : mihxil-math-lib-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12.x |
mihxil-math-lib-parent-0.12.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.12.0</version>
</dependency>
Advertisement