How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.contentmunch</groupId>
<artifactId>contentmunch-parent</artifactId>
<version>3.2.3.RELEASE</version>
</dependency>
Choose a version of com.contentmunch : contentmunch-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
contentmunch-parent-3.2.3.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.contentmunch</groupId>
<artifactId>contentmunch-parent</artifactId>
<version>3.2.3.RELEASE</version>
</dependency>
Advertisement