How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.mail.gmail</groupId>
<artifactId>petals-gmail-parent</artifactId>
<version>4.2.0-1.0.0</version>
</dependency>
Choose a version of org.ow2.petals.samples.mail.gmail : petals-gmail-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2.x |
petals-gmail-parent-4.2.0-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.mail.gmail</groupId>
<artifactId>petals-gmail-parent</artifactId>
<version>4.2.0-1.0.0</version>
</dependency>
Advertisement