How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.qos.mistletoe</groupId>
<artifactId>mistletoe-parent</artifactId>
<version>0.3</version>
</dependency>
Choose a version of ch.qos.mistletoe : mistletoe-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3 |
mistletoe-parent-0.3
|
||
0.2 |
mistletoe-parent-0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.qos.mistletoe</groupId>
<artifactId>mistletoe-parent</artifactId>
<version>0.3</version>
</dependency>
Advertisement