How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-binary-parent</artifactId>
<version>0.9.2</version>
</dependency>
Choose a version of io.github.m-m-m : mmm-binary-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
mmm-binary-parent-0.9.2
|
||
mmm-binary-parent-0.9.1
|
|||
mmm-binary-parent-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-binary-parent</artifactId>
<version>0.9.2</version>
</dependency>
Advertisement