How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-json-parent</artifactId>
<version>0.10</version>
</dependency>
Choose a version of org.meeuw : mihxil-json-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10 |
mihxil-json-parent-0.10
|
||
0.9 |
mihxil-json-parent-0.9
|
||
0.8 |
mihxil-json-parent-0.8
|
||
0.7 |
mihxil-json-parent-0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-json-parent</artifactId>
<version>0.10</version>
</dependency>
Advertisement