How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jbundle.app.contact</groupId>
<artifactId>jbundle-app-contact-project</artifactId>
<version>0.7.7</version>
</dependency>
Choose a version of org.jbundle.app.contact : jbundle-app-contact-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
jbundle-app-contact-project-0.7.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jbundle.app.contact</groupId>
<artifactId>jbundle-app-contact-project</artifactId>
<version>0.7.7</version>
</dependency>
Advertisement