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